Skip to content

Commit

Permalink
v1.20c
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightdawg committed Jan 8, 2025
1 parent f05fbeb commit 8a61352
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.20b";
public static final String clientVersion = "v1.20c";
public static String githubLatestVersion = "Loading...";

private static Config global = null;
Expand Down

0 comments on commit 8a61352

Please sign in to comment.