We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982bf16 commit 77fa11bCopy full SHA for 77fa11b
src/org/openlowcode/OLcVersionGenerator.java
@@ -30,7 +30,7 @@ public class OLcVersionGenerator {
30
31
public final static String version = "1.14.0";
32
public final static String clientversion = "1.14.0";
33
- public final static boolean stable = false;
+ public final static boolean stable = true;
34
35
36
public static void main(String[] args) {
0 commit comments