Skip to content

Commit 0e526b6

Browse files
committed
version 0.6
1 parent 9cb1658 commit 0e526b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pattypan/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class Settings {
4141
private Settings() {};
4242

4343
public static final String NAME = "pattypan";
44-
public static final String VERSION = "0.5.0";
44+
public static final String VERSION = "0.6.0";
4545
public static final String USERAGENT = NAME + "/" + VERSION + " (https://github.com/yarl/pattypan)";
4646

4747
public static final Map<String, String> SETTINGS = new HashMap<>();

0 commit comments

Comments
 (0)