Skip to content

Commit b8a030b

Browse files
author
Open Lowcode SAS
committed
Closing 1.12.1
1 parent 51f7302 commit b8a030b

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
@@ -29,7 +29,7 @@
2929
public class OLcVersionGenerator {
3030
public final static String version = "1.12.1";
3131
public final static String clientversion = "1.12.1";
32-
public final static boolean stable = false;
32+
public final static boolean stable = true;
3333

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

0 commit comments

Comments
 (0)