Skip to content

Commit

Permalink
Set VERSION to "0.5" in gumbo.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarnes committed Jun 24, 2019
1 parent ee966bb commit 6a3448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gumbo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ local function parseFile(pathOrFile, arg2, ctx, ctxns)
end

return {
VERSION = "0.4-dev",
VERSION = "0.5",
parse = parse,
parseFile = parseFile,
parse_file = parseFile -- Alias for backwards compatibility
Expand Down

0 comments on commit 6a3448c

Please sign in to comment.