Skip to content

Commit 70d9faf

Browse files
committed
version 19.06
1 parent 65820c2 commit 70d9faf

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
@@ -42,7 +42,7 @@ public final class Settings {
4242
private Settings() {};
4343

4444
public static final String NAME = "pattypan";
45-
public static final String VERSION = "18.02";
45+
public static final String VERSION = "19.06";
4646
public static final String USERAGENT = NAME + "/" + VERSION + " (https://github.com/yarl/pattypan)";
4747

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

0 commit comments

Comments
 (0)