Skip to content

Commit c44c5ea

Browse files
committed
Set version to 11
1 parent 5c7b2e5 commit c44c5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const GREEN = "\x1b[32m%s\x1b[0m";
88
const YELLOW = "\x1b[33m%s\x1b[0m";
99
const RED = "\x1b[31m%s\x1b[0m";
1010

11-
const VERSION = 10;
11+
const VERSION = 11;
1212

1313
Handlebars.registerHelper("or", function (param1, param2) {
1414
return param1 || param2;

0 commit comments

Comments
 (0)