Skip to content

Commit 8067601

Browse files
author
bobgarner
committed
Bumped compiler fix version.
1 parent 1b38275 commit 8067601

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
@@ -52,7 +52,7 @@
5252

5353
public class EntityCompiler {
5454

55-
public static final String COMPILER_VERSION = "0.13.0";
55+
public static final String COMPILER_VERSION = "0.13.1";
5656
public static final String LANGUAGE_VERSION = "0.12.3";
5757
private static final Map<String, String> defineValues = new HashMap<>();
5858
private static final Set<String> templateSearchPath = new HashSet<>();

0 commit comments

Comments
 (0)