Skip to content

Commit b6f8574

Browse files
author
Open Lowcode SAS
committed
1.3.0 not yet stable at this stage
1 parent a5a07a5 commit b6f8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openlowcode/OLcVersionGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class OLcVersionGenerator {
2929
public final static String version = "1.3.0";
3030
public final static String clientversion = "1.3.0";
31-
public final static boolean stable = true;
31+
public final static boolean stable = false;
3232

3333
public static void main(String[] args) {
3434
try {

0 commit comments

Comments
 (0)