v2.10.13
This commit is contained in:
parent
f3d5f25743
commit
e13a0635b3
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue