Skip to content

Commit

Permalink
version bumps: client 2.6.0.1, server 2.6.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Feb 7, 2024
1 parent 6bec764 commit 0567237
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/getversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jlversion=`echo "$jlversion" | tr _ .`

# tadaaa!
# echo $jlversion
echo 2.6.0.14
echo 2.6.0.15

Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ public static String getPatchLevel() {
}

public static String getBuild() {
return "0";
return "1";
}

public static boolean isVersionGreater(String referenceVersion, String compareToVersion) {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
insert into server_settings(settingKey, settingValue) values('jlawyer.server.database.version','2.6.0.15') ON DUPLICATE KEY UPDATE settingValue = '2.6.0.15';
commit;

0 comments on commit 0567237

Please sign in to comment.