Skip to content

Commit

Permalink
Bump version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco committed Oct 18, 2015
1 parent ea581e5 commit 29f05fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbot/ft/GlobalReplace.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class GlobalReplace {
private static final String NAME = "GlobalReplace";
private static final String COMMONS_PAGE = "Commons:" + NAME;
private static final String SIGN_UP = COMMONS_PAGE + "/Sign-in";
private static final byte[] VERSION_NUM = new byte[] { 0, 6, 1 };// {X},{fix},{minor}
private static final byte[] VERSION_NUM = new byte[] { 0, 6, 2 };// {X},{fix},{minor}
private static final String VERSION = "v" + VERSION_NUM[0] + "."
+ VERSION_NUM[1] + "." + VERSION_NUM[2];
private static final String TITLE = "GlobalReplace " + VERSION;
Expand Down

0 comments on commit 29f05fa

Please sign in to comment.