We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf5f08 commit 6dc1654Copy full SHA for 6dc1654
2 files changed
bin/alk.jar
0 Bytes
src/main/java/execution/parser/constants/Constants.java
@@ -2,7 +2,7 @@
2
3
public class Constants
4
{
5
- public static final String VERSION = "4.2";
+ public static final String VERSION = "4.3";
6
public static int MAX_DECIMALS = 10;
7
public static int MAX_ARRAY = 1000000000;
8
public final static boolean DEBUG = false;
0 commit comments