We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb77e2 commit 8a9a74cCopy full SHA for 8a9a74c
src/org/openlowcode/OLcVersionGenerator.java
@@ -26,9 +26,9 @@
26
*
27
*/
28
public class OLcVersionGenerator {
29
- public final static String version = "1.4.0";
30
- public final static String clientversion = "1.4.0";
31
- public final static boolean stable = true;
+ public final static String version = "1.4.1";
+ public final static String clientversion = "1.4.1";
+ public final static boolean stable = false;
32
33
public static void main(String[] args) {
34
try {
0 commit comments