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