Skip to content

Commit

Permalink
Just updated a version code to 0.8.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wtbdev committed Feb 5, 2022
1 parent 5b8225d commit 7a7613c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
apply plugin: 'java'
apply plugin: 'application'
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF8'
final def RUKKIT_VERSION = "0.8.0"
final def RUKKIT_VERSION = "0.8.2-dev"
mainClassName = 'cn.rukkit.RukkitLauncher'

// In this section you declare where to find the dependencies of your project
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cn/rukkit/Rukkit.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import java.util.UUID;

public class Rukkit {
public static final String RUKKIT_VERSION = "0.7.2";
public static final String RUKKIT_VERSION = "0.8.2-dev";
public static final int SUPPORT_GAME_VERSION = 151;
private static Logger log = LoggerFactory.getLogger(Rukkit.class);
private static RoundConfig round;
Expand Down

0 comments on commit 7a7613c

Please sign in to comment.