Skip to content

Commit

Permalink
change version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Nov 21, 2024
1 parent 83a0259 commit b0f6cfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/us/kbase/groups/service/api/Root.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Root {
//TODO ZLATER ROOT add configurable contact email or link
//TODO ZLATER swagger

private static final String VERSION = "0.1.8";
private static final String VERSION = "0.1.7";
private static final String SERVER_NAME = "Groups service";

/** Return the root information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class RootTest {

public static final String SERVER_VER = "0.1.8";
public static final String SERVER_VER = "0.1.7";
private static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.groups";

Expand Down

0 comments on commit b0f6cfd

Please sign in to comment.