Skip to content

Commit

Permalink
version 19.06
Browse files Browse the repository at this point in the history
  • Loading branch information
yarl committed Jun 1, 2019
1 parent 65820c2 commit 70d9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattypan/Settings.java
Expand Up @@ -42,7 +42,7 @@ public final class Settings {
private Settings() {};

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

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

0 comments on commit 70d9faf

Please sign in to comment.