Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Also correct location of version in readme
  • Loading branch information
MrCreosote committed May 15, 2024
1 parent 6b3eff9 commit b393f56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,8 @@ cd jettybase
* Releases
* The master branch is the stable branch. Releases are made from the develop branch to the master
branch.
* Update the version as per the semantic version rules in `src/main/java/us/kbase/groups/api/Root.java`.
* Update the version as per the semantic version rules in
`src/main/java/us/kbase/groups/service/api/Root.java`.
* Tag the version in git and github.

### Running tests
Expand Down
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.6";
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.6";
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 b393f56

Please sign in to comment.