diff --git a/VERSION b/VERSION index 8bcbcd5c..973989ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.8 \ No newline at end of file +2.9.10 \ No newline at end of file diff --git a/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java b/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java index d6ef35c8..f93aef26 100644 --- a/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java +++ b/src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java @@ -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*/