Version Bump

This commit is contained in:
Konloch 2021-07-08 19:31:59 -07:00
parent 743b515f24
commit 7f95d80b86
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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;