Skip to content

Commit e587fd5

Browse files
author
Open Lowcode SAS
committed
Version 1.6.0 validated for deployment in production
1 parent 54d310e commit e587fd5

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
@@ -26,9 +26,9 @@
2626
*
2727
*/
2828
public class OLcVersionGenerator {
29-
public final static String version = "1.5.99";
30-
public final static String clientversion = "1.5.99";
31-
public final static boolean stable = false;
29+
public final static String version = "1.6";
30+
public final static String clientversion = "1.6";
31+
public final static boolean stable = true;
3232

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

0 commit comments

Comments
 (0)