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