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