Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Feb 10, 2024
1 parent bf4bc0c commit c7d7ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ services:
environment:
mongo_host: "mongo:27017"
test_mode_enabled: "true"
identity_providers: ""
command:
- "-wait"
- "tcp://mongo:27017"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/us/kbase/auth2/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
public class Version {

/** The version of the KBase Auth2 service. */
public static final String VERSION = "0.6.0";
public static final String VERSION = "0.6.1";

}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
public class ServiceCommonTest {

public static final String SERVICE_NAME = "Authentication Service";
public static final String SERVER_VER = "0.6.0";
public static final String SERVER_VER = "0.6.1";
public static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.auth2";

Expand Down

0 comments on commit c7d7ce3

Please sign in to comment.