We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81aed80 commit e9c696eCopy full SHA for e9c696e
src/org/openlowcode/OLcVersionGenerator.java
@@ -28,9 +28,9 @@
28
*/
29
public class OLcVersionGenerator {
30
31
- public final static String version = "1.15";
32
- public final static String clientversion = "1.15";
33
- public final static boolean stable = false;
+ public final static String version = "1.15.1";
+ public final static String clientversion = "1.15.1";
+ public final static boolean stable = true;
34
35
36
public static void main(String[] args) {
0 commit comments