Skip to content

Commit e2faabf

Browse files
committed
Bump version
1 parent 7e69350 commit e2faabf

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
@@ -11,7 +11,7 @@ public class Constants {
1111
public static final String HEXES = "0123456789ABCDEF";
1212
public static final char[] HEXES_ARRAY = HEXES.toCharArray();
1313
public static final int BYTE_BUFFER_SIZE = 8192;
14-
public static final Version VERSION = Version.valueOf("2.0.3");
14+
public static final Version VERSION = Version.valueOf("2.0.4");
1515
public static final Version JAVA_VERSION = Version.valueOf(System.getProperty("java.version").replaceFirst("_", "-"));
1616

1717
/* QZ-Tray Constants */

0 commit comments

Comments
 (0)