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 7e69350 commit e2faabfCopy full SHA for e2faabf
src/qz/common/Constants.java
@@ -11,7 +11,7 @@ public class Constants {
11
public static final String HEXES = "0123456789ABCDEF";
12
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
13
public static final int BYTE_BUFFER_SIZE = 8192;
14
- public static final Version VERSION = Version.valueOf("2.0.3");
+ public static final Version VERSION = Version.valueOf("2.0.4");
15
public static final Version JAVA_VERSION = Version.valueOf(System.getProperty("java.version").replaceFirst("_", "-"));
16
17
/* QZ-Tray Constants */
0 commit comments