Skip to content

Commit b3ee21b

Browse files
authored
Update shebang and increment version to 0.3.2
1 parent 777cdd3 commit b3ee21b

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

2121
/* =========================
2222
CLI
@@ -179,3 +179,4 @@ try {
179179
}
180180

181181

182+

0 commit comments

Comments
 (0)