Skip to content

Commit

Permalink
Bump to v1.131.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablete1234 committed Jun 28, 2024
1 parent ee3ac69 commit dc62282
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.131.2 b1");
public static final Version VERSION = new Version("1.131.2");
public static final Object UPDATE_LOCKER = new Object();
public static final Gson GSON = new GsonBuilder()
.setPrettyPrinting()
Expand Down

0 comments on commit dc62282

Please sign in to comment.