Skip to content

Commit

Permalink
Bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-overton committed Jul 5, 2021
1 parent 5eeeee9 commit 73d825c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/dabomstew/pkrandom/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class Version {
public static final int VERSION = 316; // Increment by 1 for new version. Updated for 4.2.1
public static final String VERSION_STRING = "4.2.1-dev";
public static final String VERSION_STRING = "4.2.1";

public static final Map<Integer,String> oldVersions = setupVersionsMap();

Expand Down

0 comments on commit 73d825c

Please sign in to comment.