Skip to content

Commit 9bc36b2

Browse files
author
Open Lowcode SAS
committed
Closing 1.8.0
1 parent 353565c commit 9bc36b2

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.8.0";
3030
public final static String clientversion = "1.8.0";
31-
public final static boolean stable = false;
31+
public final static boolean stable = true;
3232

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

0 commit comments

Comments
 (0)