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