Skip to content

Commit

Permalink
release v20231105.012800
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubcapp committed Nov 5, 2023
1 parent f9af440 commit 373aadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Settings {
public static boolean renderingScalarUpdateRequired;
public static boolean versionCheckRequired = true;
public static int javaVersion = 0;
public static final double VERSION_NUMBER = 20230907.163309;
public static final double VERSION_NUMBER = 20231105.012800;
public static boolean successfullyInitted = false;
/**
* A time stamp corresponding to the current version of this source code. Used as a sophisticated
Expand Down

0 comments on commit 373aadb

Please sign in to comment.