Skip to content

Commit

Permalink
Release 1.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Lowcode SAS committed Sep 9, 2020
1 parent 8780bed commit 0378eb6
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 @@ -29,7 +29,7 @@
public class OLcVersionGenerator {
public final static String version = "1.11.4";
public final static String clientversion = "1.11.4";
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 0378eb6

Please sign in to comment.