Skip to content

Commit e8b5723

Browse files
authored
Update ZScript Compiler to version 0.3.4
1 parent c7b2c47 commit e8b5723

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/zsc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { SemanticAnalyzer } from "./semantic/SemanticAnalyzer.js";
1616
METADATA
1717
========================= */
1818

19-
const VERSION = "0.3.3";
19+
const VERSION = "0.3.4";
2020

2121
/* =========================
2222
CLI
@@ -181,3 +181,4 @@ try {
181181

182182

183183

184+

0 commit comments

Comments
 (0)