Skip to content

Commit

Permalink
fix lint, type check
Browse files Browse the repository at this point in the history
  • Loading branch information
velipso committed Dec 7, 2024
1 parent 8361b42 commit 049e786
Show file tree
Hide file tree
Showing 3 changed files with 937 additions and 551 deletions.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { IItestArgs, itest } from "./itest.ts";
import { argParse, Path } from "./deps.ts";
import { ILexKeyValue, lexKeyValue } from "./lexer.ts";

export const version = 2003002;
export const version = 2003003;

function printVersion() {
const vmaj = Math.floor(version / 1000000) % 1000;
Expand Down
Loading

0 comments on commit 049e786

Please sign in to comment.