We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd9bb2 commit 11c81beCopy full SHA for 11c81be
1 file changed
prism/src/prism/Version.java
@@ -3,7 +3,7 @@
3
public class Version
4
{
5
/** PRISM version (e.g. "4.0.3"). Just a single string (will be extracted by scripts). */
6
- public static String versionString = "4.10";
+ public static String versionString = "4.10.1";
7
/** Optional PRISM version suffix (e.g. "", "dev", "beta"). Just a single string (will be extracted by scripts). */
8
public static String versionSuffixString = "dev";
9
}
0 commit comments