Skip to content

Commit

Permalink
Update to v1.129
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablete1234 committed Dec 24, 2023
1 parent 419c4cd commit 6b4f54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/github/manolo8/darkbot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

public class Main extends Thread implements PluginListener, BotAPI {

public static final Version VERSION = new Version("1.129 beta");
public static final Version VERSION = new Version("1.129");
public static final Object UPDATE_LOCKER = new Object();
public static final Gson GSON = new GsonBuilder()
.setPrettyPrinting()
Expand Down

0 comments on commit 6b4f54e

Please sign in to comment.