Skip to content

Commit 7b65d0b

Browse files
author
Open Lowcode SAS
committed
Opening 1.6.1
1 parent bd4d0f6 commit 7b65d0b

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.6";
30-
public final static String clientversion = "1.6";
31-
public final static boolean stable = true;
29+
public final static String version = "1.6.1";
30+
public final static String clientversion = "1.6.1";
31+
public final static boolean stable = false;
3232

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

0 commit comments

Comments
 (0)