Skip to content

Commit

Permalink
Update brook.js
Browse files Browse the repository at this point in the history
  • Loading branch information
txthinking authored Oct 5, 2022
1 parent db2d681 commit 1f0b714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brook.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var language = "";
var lang = (s) => (i18n[s] ? i18n[s][language] ?? s : s);

if (parse(Deno.args).v) {
echo("v20220413");
echo("v20221005");
exit(0);
}

Expand Down

0 comments on commit 1f0b714

Please sign in to comment.