Skip to content

Commit 6dc1654

Browse files
committed
next version
1 parent dcf5f08 commit 6dc1654

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

bin/alk.jar

0 Bytes
Binary file not shown.

src/main/java/execution/parser/constants/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Constants
44
{
5-
public static final String VERSION = "4.2";
5+
public static final String VERSION = "4.3";
66
public static int MAX_DECIMALS = 10;
77
public static int MAX_ARRAY = 1000000000;
88
public final static boolean DEBUG = false;

0 commit comments

Comments
 (0)