Skip to content

Commit 260ddb0

Browse files
author
Open Lowcode SAS
committed
Version 1.2.0 (forgot to change version in the source previous build)
1 parent fb8c183 commit 260ddb0

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.1.1";
30-
public final static String clientversion = "1.1.1";
29+
public final static String version = "1.2.0";
30+
public final static String clientversion = "1.2.0";
3131
public final static boolean stable = true;
3232

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

0 commit comments

Comments
 (0)