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