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 Mar 24, 2022
1 parent f383406 commit d9ad8f4
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 = 318; // Increment by 1 for new version. Updated for 4.4.0
public static final String VERSION_STRING = "4.4.0-dev";
public static final String VERSION_STRING = "4.4.0";

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

Expand Down

0 comments on commit d9ad8f4

Please sign in to comment.