Skip to content

Commit 9ce4c53

Browse files
author
Bob Garner
committed
Incremented minor version.
Contains fixes for setups.
1 parent 2f6b026 commit 9ce4c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/entityc/compiler/EntityCompiler.java

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

5555
public class EntityCompiler {
5656

57-
public static final String COMPILER_VERSION = "0.18.0";
57+
public static final String COMPILER_VERSION = "0.18.1";
5858
public static final String LANGUAGE_VERSION = "0.15.0";
5959
private static final Map<String, String> defineValues = new HashMap<>();
6060
private static final Set<String> templateSearchPath = new HashSet<>();

0 commit comments

Comments
 (0)