Skip to content

Commit

Permalink
version 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yarl committed Apr 9, 2020
1 parent 8ef330f commit afd42b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pattypan/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public final class Settings {
private Settings() {};

public static final String NAME = "pattypan";
public static final String VERSION = "19.06";
public static final String VERSION = "20.04";
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 afd42b5

Please sign in to comment.