Skip to content

Commit ab4725f

Browse files
committed
ready for the next minor release
1 parent e050cde commit ab4725f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VRL/src/eu/mihosoft/vrl/system/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class Constants {
7676
/**
7777
* VRL version number that indicates major and minor changes.
7878
*/
79-
public static final String VERSION_BASE = VERSION_MAJOR + ".0.1";
79+
public static final String VERSION_BASE = VERSION_MAJOR + ".0.2";
8080
// "-HEAD" or "-unstable" or "" for release etc.
8181
public static final String VERSION_SUFFIX = "";
8282
// full version (base+suffix+date)

0 commit comments

Comments
 (0)