Version change
This commit is contained in:
parent
0e1aa8ace3
commit
b938f86d8a
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.9.8
|
||||
2.9.10
|
|
@ -130,7 +130,7 @@ import the.bytecode.club.bytecodeviewer.plugin.PluginManager;
|
|||
public class BytecodeViewer {
|
||||
|
||||
/*per version*/
|
||||
public static String version = "2.9.9";
|
||||
public static String version = "2.9.10";
|
||||
public static boolean previewCopy = false;
|
||||
public static boolean fatJar = false; //could be automatic by checking if it's loaded a class named whatever for a library
|
||||
/*the rest*/
|
||||
|
|
Loading…
Reference in a new issue