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