Skip to content

Commit

Permalink
version bump 3.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Dec 17, 2024
1 parent 98921dd commit 6123f9b
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 3.0.0.1
echo 3.1.0.1

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','3.1.0.1') ON DUPLICATE KEY UPDATE settingValue = '3.1.0.1';
commit;

0 comments on commit 6123f9b

Please sign in to comment.