Skip to content

Commit

Permalink
version bump to 3.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-dimension committed Oct 28, 2024
1 parent 32a7018 commit e222afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.0.0.1') ON DUPLICATE KEY UPDATE settingValue = '3.0.0.1';
commit;

0 comments on commit e222afe

Please sign in to comment.