This commit is contained in:
Konloch 2021-07-01 14:56:30 -07:00
parent f3d5f25743
commit e13a0635b3
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<groupId>the.bytecode.club</groupId> <groupId>the.bytecode.club</groupId>
<artifactId>bytecodeviewer</artifactId> <artifactId>bytecodeviewer</artifactId>
<version>2.10.12</version> <version>2.10.13</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>

View file

@ -22,7 +22,7 @@ import java.util.List;
public class Constants public class Constants
{ {
/*per version*/ /*per version*/
public static final String VERSION = "2.10.12"; //could be loaded from the pom public static final String VERSION = "2.10.13"; //could be loaded from the pom
public static String krakatauVersion = "12"; public static String krakatauVersion = "12";
public static String enjarifyVersion = "4"; public static String enjarifyVersion = "4";
public static final boolean BLOCK_TAB_MENU = true; public static final boolean BLOCK_TAB_MENU = true;