Skip to content

Commit

Permalink
version 0.9.9_pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
xspanger3770 committed Oct 12, 2023
1 parent 481330f commit 515b832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/globalquake/main/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class Main {

private static ApplicationErrorHandler errorHandler;
public static final String version = "0.9.8";
public static final String version = "0.9.9_pre1";
public static final String fullName = "GlobalQuake " + version;
public static final File MAIN_FOLDER = new File("./GlobalQuake/");
private static DatabaseMonitorFrame databaseMonitorFrame;
Expand Down

0 comments on commit 515b832

Please sign in to comment.