Skip to content

Commit 2548db2

Browse files
author
Open Lowcode SAS
committed
Finally releasing 1.8.1
as link to master feature not ready and other features are required.
1 parent 795b1a5 commit 2548db2

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

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

0 commit comments

Comments
 (0)