Skip to content

Commit b938f86

Browse files
committed
Version change
1 parent 0e1aa8a commit b938f86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.8
1+
2.9.10

src/the/bytecode/club/bytecodeviewer/BytecodeViewer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
public class BytecodeViewer {
131131

132132
/*per version*/
133-
public static String version = "2.9.9";
133+
public static String version = "2.9.10";
134134
public static boolean previewCopy = false;
135135
public static boolean fatJar = false; //could be automatic by checking if it's loaded a class named whatever for a library
136136
/*the rest*/

0 commit comments

Comments
 (0)