Skip to content

Commit

Permalink
version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yarl committed Jan 21, 2017
1 parent 9cb1658 commit 0e526b6
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.5.0";
public static final String VERSION = "0.6.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 0e526b6

Please sign in to comment.