Skip to content

Commit 08c133e

Browse files
author
Open Lowcode SAS
committed
Target is now 1.7 due to important changes
1 parent c8ff83a commit 08c133e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/openlowcode/OLcVersionGenerator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
*
2727
*/
2828
public class OLcVersionGenerator {
29-
public final static String version = "1.6.1";
30-
public final static String clientversion = "1.6.1";
29+
public final static String version = "1.7.0";
30+
public final static String clientversion = "1.7.0";
3131
public final static boolean stable = false;
3232

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

0 commit comments

Comments
 (0)