Skip to content

Commit 1e5fcab

Browse files
author
Open Lowcode SAS
committed
Opening 1.14.1
1 parent 31a23e7 commit 1e5fcab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/openlowcode/OLcVersionGenerator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
*/
2929
public class OLcVersionGenerator {
3030

31-
public final static String version = "1.14.0";
32-
public final static String clientversion = "1.14.0";
33-
public final static boolean stable = true;
31+
public final static String version = "1.14.1";
32+
public final static String clientversion = "1.14.1";
33+
public final static boolean stable = false;
3434

3535

3636
public static void main(String[] args) {

0 commit comments

Comments
 (0)