Skip to content

Commit

Permalink
Release 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Lowcode SAS committed Mar 15, 2021
1 parent d616ecf commit 5e40dd8
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 @@ -28,8 +28,8 @@
*/
public class OLcVersionGenerator {

public final static String version = "1.15.1";
public final static String clientversion = "1.15.1";
public final static String version = "1.15.2";
public final static String clientversion = "1.15.2";
public final static boolean stable = true;


Expand Down

0 comments on commit 5e40dd8

Please sign in to comment.