Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishforbes committed Jan 11, 2016
1 parent 7e9db54 commit f97c08f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/upstream/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local str_format = string.format
local tostring = tostring

local _M = {
_VERSION = '0.06',
_VERSION = '0.07',
}

local mt = { __index = _M }
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/upstream/http.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local tostring = tostring
local http = require("resty.http")

local _M = {
_VERSION = '0.06',
_VERSION = '0.07',
}

local mt = { __index = _M }
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/upstream/socket.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end


local _M = {
_VERSION = '0.06',
_VERSION = '0.07',
available_methods = {},
background_period = 10,
background_timeout = 120
Expand Down

0 comments on commit f97c08f

Please sign in to comment.