Skip to content

Commit 3137f3b

Browse files
author
Open Lowcode SAS
committed
Freezing v1.2.1
1 parent b68f19d commit 3137f3b

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.2.1";
3030
public final static String clientversion = "1.2.1";
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)