Version Bump
This commit is contained in:
parent
743b515f24
commit
7f95d80b86
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
|
||||
<groupId>the.bytecode.club</groupId>
|
||||
<artifactId>bytecodeviewer</artifactId>
|
||||
<version>2.10.13</version>
|
||||
<version>2.10.14</version>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
|
|
@ -18,7 +18,7 @@ import java.io.PrintStream;
|
|||
public class Constants
|
||||
{
|
||||
/*per version*/
|
||||
public static final String VERSION = "2.10.13"; //could be loaded from the pom
|
||||
public static final String VERSION = "2.10.14"; //could be loaded from the pom
|
||||
public static String krakatauVersion = "12";
|
||||
public static String enjarifyVersion = "4";
|
||||
public static final boolean BLOCK_TAB_MENU = true;
|
||||
|
|
Loading…
Reference in a new issue