Skip to content

Commit

Permalink
Fix latest version const
Browse files Browse the repository at this point in the history
  • Loading branch information
gecolay committed Dec 3, 2024
1 parent 3af5e68 commit 8695f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/dev/geco/gsit/manager/SVManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class SVManager {

private final GSitMain GPM;

private final String LATEST_VERSION = "v1_20_2";
private final String LATEST_VERSION = "v1_20_4";
private final String SERVER_VERSION;
private String PACKAGE_PATH;
private boolean AVAILABLE;
Expand Down

0 comments on commit 8695f14

Please sign in to comment.