Skip to content

Commit 6a3448c

Browse files
committed
Set VERSION to "0.5" in gumbo.lua
1 parent ee966bb commit 6a3448c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gumbo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ local function parseFile(pathOrFile, arg2, ctx, ctxns)
9191
end
9292

9393
return {
94-
VERSION = "0.4-dev",
94+
VERSION = "0.5",
9595
parse = parse,
9696
parseFile = parseFile,
9797
parse_file = parseFile -- Alias for backwards compatibility

0 commit comments

Comments
 (0)