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