Skip to content

Commit

Permalink
Finally releasing 1.8.1
Browse files Browse the repository at this point in the history
 as link to master feature not ready and other features are required.
  • Loading branch information
Open Lowcode SAS committed Jun 9, 2020
1 parent 795b1a5 commit 2548db2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/org/openlowcode/OLcVersionGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
*
*/
public class OLcVersionGenerator {
public final static String version = "1.9.0";
public final static String clientversion = "1.9.0";
public final static boolean stable = false;
public final static String version = "1.8.1";
public final static String clientversion = "1.8.1";
public final static boolean stable = true;

public static void main(String[] args) {
try {
Expand Down

0 comments on commit 2548db2

Please sign in to comment.