Skip to content

Commit

Permalink
Created prod version
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Oct 22, 2019
1 parent 3e7a356 commit 21ef459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/wiola.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--local getdump = require("debug.vardump").getdump

local _M = {
_VERSION = '0.12.0',
_VERSION = '0.12.1',
}

_M.__index = _M
Expand Down
2 changes: 1 addition & 1 deletion lib/wiola/headers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- Date: 16.03.14
--

ngx.header["Server"] = "wiola/Lua v0.9.0"
ngx.header["Server"] = "wiola/Lua v0.12.1"

local has = function(tab, val)
for _, value in ipairs (tab) do
Expand Down
2 changes: 1 addition & 1 deletion lib/wiola/wiola.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--local getdump = require("debug.vardump").getdump

local _M = {
_VERSION = '0.12.0',
_VERSION = '0.12.1',
}

_M.__index = _M
Expand Down

0 comments on commit 21ef459

Please sign in to comment.