Skip to content

Commit 4ebd3fe

Browse files
committed
Bump version to v0.12
1 parent 3a548a3 commit 4ebd3fe

10 files changed

+11
-11
lines changed

lib/resty/qless.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ end
250250

251251

252252
local _M = {
253-
_VERSION = '0.11',
253+
_VERSION = '0.12',
254254
}
255255

256256
local mt = { __index = _M }

lib/resty/qless/job.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local cjson_decode = cjson.decode
1010

1111

1212
local _M = {
13-
_VERSION = '0.11',
13+
_VERSION = '0.12',
1414
}
1515

1616
local mt = {

lib/resty/qless/luascript.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local io_open = io.open
1212

1313

1414
local _M = {
15-
_VERSION = '0.11',
15+
_VERSION = '0.12',
1616
}
1717

1818
local mt = { __index = _M }

lib/resty/qless/queue.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848

4949

5050
local _M = {
51-
_VERSION = '0.11',
51+
_VERSION = '0.12',
5252
}
5353

5454

lib/resty/qless/recurring_job.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local cjson_decode = cjson.decode
1010

1111

1212
local _M = {
13-
_VERSION = '0.11',
13+
_VERSION = '0.12',
1414
}
1515

1616
local mt = {

lib/resty/qless/reserver/ordered.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local ngx_ERR = ngx.ERR
44
local ngx_INFO = ngx.INFO
55

66
local _M = {
7-
_VERSION = '0.11',
7+
_VERSION = '0.12',
88
}
99

1010
local mt = { __index = _M }

lib/resty/qless/reserver/round_robin.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local ngx_ERR = ngx.ERR
44
local ngx_INFO = ngx.INFO
55

66
local _M = {
7-
_VERSION = '0.11',
7+
_VERSION = '0.12',
88
}
99

1010
local mt = { __index = _M }

lib/resty/qless/reserver/shuffled_round_robin.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local math_random = math.random
55
local math_randomseed = math.randomseed
66

77
local _M = {
8-
_VERSION = '0.11',
8+
_VERSION = '0.12',
99
}
1010

1111
local mt = { __index = _M }

lib/resty/qless/worker.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local co_yield = coroutine.yield
1717

1818

1919
local _M = {
20-
_VERSION = '0.11',
20+
_VERSION = '0.12',
2121
}
2222

2323
local mt = { __index = _M }

lua-resty-qless-0.11-0.rockspec renamed to lua-resty-qless-0.12-0.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-qless"
2-
version = "0.11-0"
2+
version = "0.12-0"
33
source = {
44
url = "git://github.com/pintsized/lua-resty-qless",
5-
tag = "v0.11"
5+
tag = "v0.12"
66
}
77
description = {
88
summary = "Lua binding to Qless (Queue / Pipeline management) for OpenResty",

0 commit comments

Comments
 (0)