Version change

This commit is contained in:
ItzSomebody 2018-01-31 08:12:09 -08:00
parent 0e1aa8ace3
commit b938f86d8a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.9.8
2.9.10

View File

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