Skip to content

Commit 049e786

Browse files
committed
fix lint, type check
1 parent 8361b42 commit 049e786

File tree

3 files changed

+937
-551
lines changed

3 files changed

+937
-551
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { IItestArgs, itest } from "./itest.ts";
1313
import { argParse, Path } from "./deps.ts";
1414
import { ILexKeyValue, lexKeyValue } from "./lexer.ts";
1515

16-
export const version = 2003002;
16+
export const version = 2003003;
1717

1818
function printVersion() {
1919
const vmaj = Math.floor(version / 1000000) % 1000;

0 commit comments

Comments
 (0)