Skip to content

Commit

Permalink
v1.19a
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightdawg committed Dec 24, 2024
1 parent 7cb5c84 commit a404f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haven/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class Config {
public static final String confid = "Hurricane";
public static final Variable<Boolean> par = Variable.def(() -> true);
public final Properties localprops = getlocalprops();
public static final String clientVersion = "v1.19";
public static final String clientVersion = "v1.19a";
public static String githubLatestVersion = "Loading...";

private static Config global = null;
Expand Down

0 comments on commit a404f0a

Please sign in to comment.