Skip to content

Commit

Permalink
Bump to v1.130 alpha 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablete1234 committed Mar 6, 2024
1 parent 816e464 commit 18543f0
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 @@ -65,7 +65,7 @@ public class Main extends Thread implements PluginListener, BotAPI {
/** Do not use in plugins! Only for bot internal usage */
@ApiStatus.Internal public static Main INSTANCE;

public static final Version VERSION = new Version("1.130 alpha 2");
public static final Version VERSION = new Version("1.130 alpha 3");
public static final Object UPDATE_LOCKER = new Object();
public static final Gson GSON = new GsonBuilder()
.setPrettyPrinting()
Expand Down

0 comments on commit 18543f0

Please sign in to comment.