We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068186c commit da601ceCopy full SHA for da601ce
1 file changed
src/org/openlowcode/OLcVersionGenerator.java
@@ -28,9 +28,9 @@
28
*/
29
public class OLcVersionGenerator {
30
31
- public final static String version = "1.14.2";
32
- public final static String clientversion = "1.14.2";
33
- public final static boolean stable = true;
+ public final static String version = "1.15";
+ public final static String clientversion = "1.15";
+ public final static boolean stable = false;
34
35
36
public static void main(String[] args) {
0 commit comments