Skip to content

Commit 8deee16

Browse files
authored
Bump version to 2.0.2
1 parent 56f1728 commit 8deee16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qz/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Constants {
99
public static final String HEXES = "0123456789ABCDEF";
1010
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
1111
public static final int BYTE_BUFFER_SIZE = 8192;
12-
public static final String VERSION = "2.0.1";
12+
public static final String VERSION = "2.0.2";
1313

1414
/* QZ-Tray Constants */
1515
public static final String BLOCK_FILE = "blocked";

0 commit comments

Comments
 (0)