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