Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Lowcode SAS committed Jun 10, 2020
1 parent 7c6433d commit b140e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/openlowcode/OLcVersionGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
*
*/
public class OLcVersionGenerator {
public final static String version = "1.8.1";
public final static String clientversion = "1.8.1";
public final static String version = "1.9.0";
public final static String clientversion = "1.9.0";
public final static boolean stable = true;

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

0 comments on commit b140e3b

Please sign in to comment.