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 1b38275 commit 8067601Copy full SHA for 8067601
src/main/java/org/entityc/compiler/EntityCompiler.java
@@ -52,7 +52,7 @@
52
53
public class EntityCompiler {
54
55
- public static final String COMPILER_VERSION = "0.13.0";
+ public static final String COMPILER_VERSION = "0.13.1";
56
public static final String LANGUAGE_VERSION = "0.12.3";
57
private static final Map<String, String> defineValues = new HashMap<>();
58
private static final Set<String> templateSearchPath = new HashSet<>();
0 commit comments