Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Lowcode SAS committed May 10, 2020
1 parent 9789f08 commit d3165e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openlowcode/OLcVersionGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class OLcVersionGenerator {
public final static String version = "1.7.0";
public final static String clientversion = "1.7.0";
public final static boolean stable = false;
public final static boolean stable = true;

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

0 comments on commit d3165e4

Please sign in to comment.