Skip to content

Commit

Permalink
version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yarl committed Sep 3, 2016
1 parent d24e3cf commit fdc6ead
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 @@ -41,7 +41,7 @@ public final class Settings {
private Settings() {};

public static final String NAME = "pattypan";
public static final String VERSION = "0.3.0";
public static final String VERSION = "0.4.0";
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 fdc6ead

Please sign in to comment.