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 Jun 27, 2022
1 parent 41f15da commit a2882fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/com/dabomstew/pkrandom/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import java.util.Map;

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

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

Expand Down

0 comments on commit a2882fc

Please sign in to comment.