Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-overton committed Jan 22, 2022
1 parent 340da81 commit 2d4d6cc
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 = 317; // Increment by 1 for new version. Updated for 4.3.0
public static final String VERSION_STRING = "4.3.0-dev";
public static final String VERSION_STRING = "4.3.0";

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

Expand Down

0 comments on commit 2d4d6cc

Please sign in to comment.