Skip to content

Commit

Permalink
Version number (4.8).
Browse files Browse the repository at this point in the history
  • Loading branch information
davexparker committed Jul 5, 2023
1 parent 1bfc0a8 commit 5d2396f
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.7";
public static String versionString = "4.8";
/** 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 5d2396f

Please sign in to comment.