Skip to content

Commit

Permalink
Update version number (4.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Apr 21, 2020
1 parent 222827c commit 09d820e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prism/src/prism/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Version
{
/** PRISM version (e.g. "4.0.3"). Just a single string (will be extracted by scripts). */
public static String versionString = "4.5";
public static String versionString = "4.6";
/** Optional PRISM version suffix (e.g. "", "dev", "beta"). Just a single string (will be extracted by scripts). */
public static String versionSuffixString = "dev";
public static String versionSuffixString = "";
}

0 comments on commit 09d820e

Please sign in to comment.