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