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 2f6b026 commit 9ce4c53Copy full SHA for 9ce4c53
src/main/java/org/entityc/compiler/EntityCompiler.java
@@ -54,7 +54,7 @@
54
55
public class EntityCompiler {
56
57
- public static final String COMPILER_VERSION = "0.18.0";
+ public static final String COMPILER_VERSION = "0.18.1";
58
public static final String LANGUAGE_VERSION = "0.15.0";
59
private static final Map<String, String> defineValues = new HashMap<>();
60
private static final Set<String> templateSearchPath = new HashSet<>();
0 commit comments