Skip to content

Commit 2ae7e54

Browse files
author
Alex Lungu
committed
added version
1 parent defbb94 commit 2ae7e54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/alk.jar

4.3 KB
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.0";
5+
public static final String VERSION = "4.2";
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)