Skip to content

Commit e9c696e

Browse files
author
Open Lowcode SAS
committed
Releasing 1.15.1
1 parent 81aed80 commit e9c696e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/org/openlowcode/OLcVersionGenerator.java

+3-3
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.15";
32-
public final static String clientversion = "1.15";
33-
public final static boolean stable = false;
31+
public final static String version = "1.15.1";
32+
public final static String clientversion = "1.15.1";
33+
public final static boolean stable = true;
3434

3535

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

0 commit comments

Comments
 (0)