Skip to content

Commit

Permalink
update server version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed Sep 6, 2024
1 parent e2424fe commit 8d98b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5";
private static final String VERSION = "0.1.4";
private static final String SERVER_NAME = "Assembly Homology 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.5";
public static final String SERVER_VER = "0.1.4";
private static final String GIT_ERR =
"Missing git commit file gitcommit, should be in us.kbase.assemblyhomology";

Expand Down

0 comments on commit 8d98b16

Please sign in to comment.