We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05760b2 commit bcea3d4Copy full SHA for bcea3d4
src/org/openlowcode/OLcVersionGenerator.java
@@ -29,7 +29,7 @@
29
public class OLcVersionGenerator {
30
public final static String version = "1.11.6";
31
public final static String clientversion = "1.11.6";
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