Skip to content

Commit 3631d94

Browse files
authored
Update ZScript Compiler version to 0.3.6
1 parent 83fbc37 commit 3631d94

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.5";
19+
const VERSION = "0.3.6";
2020

2121
/* =========================
2222
CLI ARG PARSING (SAFE)
@@ -210,3 +210,4 @@ try {
210210
console.error(err.message);
211211
process.exit(1);
212212
}
213+

0 commit comments

Comments
 (0)