Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Nov 1, 2024
1 parent 00fb96c commit b008fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.presti.ree6</groupId>
<artifactId>Webinterface-Backend</artifactId>
<version>4.0.17</version>
<version>5.0.0</version>
<name>Webinterface-Backend</name>
<description>The Backend for the Webinterface</description>

Expand Down
2 changes: 1 addition & 1 deletion Backend/src/main/java/de/presti/ree6/backend/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public Server(String[] args) {
instance = this;

String tempVersion = getInstance().getClass().getPackage().getImplementationVersion();
backendVersion = tempVersion == null ? "4.0.11" : tempVersion;
backendVersion = tempVersion == null ? "5.0.0" : tempVersion;
load(args);
}

Expand Down

0 comments on commit b008fee

Please sign in to comment.