We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f1728 commit 8deee16Copy full SHA for 8deee16
src/qz/common/Constants.java
@@ -9,7 +9,7 @@ public class Constants {
9
public static final String HEXES = "0123456789ABCDEF";
10
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
11
public static final int BYTE_BUFFER_SIZE = 8192;
12
- public static final String VERSION = "2.0.1";
+ public static final String VERSION = "2.0.2";
13
14
/* QZ-Tray Constants */
15
public static final String BLOCK_FILE = "blocked";
0 commit comments