Skip to content

Commit

Permalink
Bump version and fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jan 2, 2024
1 parent 2da3cc3 commit 7f5a9c1
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.10</version>
<version>4.0.11</version>
<name>Webinterface-Backend</name>
<description>The Backend for the Webinterface</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ErrorControllerImpl implements ErrorController {
public ErrorControllerImpl(ErrorAttributes errorAttributes) {
this.errorAttributes = errorAttributes;
String tempVersion = Server.getInstance().getClass().getPackage().getImplementationVersion();
version = tempVersion == null ? "4.1.1" : tempVersion;
version = tempVersion == null ? "4.0.11" : tempVersion;
}

/**
Expand Down

0 comments on commit 7f5a9c1

Please sign in to comment.