Skip to content

Commit

Permalink
Version number (4.7).
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Mar 19, 2021
1 parent 5b35280 commit eee992f
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.6";
public static String versionString = "4.7";
/** 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 eee992f

Please sign in to comment.