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 e050cde commit ab4725fCopy full SHA for ab4725f
VRL/src/eu/mihosoft/vrl/system/Constants.java
@@ -76,7 +76,7 @@ public class Constants {
76
/**
77
* VRL version number that indicates major and minor changes.
78
*/
79
- public static final String VERSION_BASE = VERSION_MAJOR + ".0.1";
+ public static final String VERSION_BASE = VERSION_MAJOR + ".0.2";
80
// "-HEAD" or "-unstable" or "" for release etc.
81
public static final String VERSION_SUFFIX = "";
82
// full version (base+suffix+date)
0 commit comments