Skip to content

Commit 7f9f33e

Browse files
bumped version to 1.0.0 (#2)
1 parent 2abd7a8 commit 7f9f33e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/resty/limit/conn.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local assert = assert
1414

1515

1616
local _M = {
17-
_VERSION = '0.08'
17+
_VERSION = '1.0.0'
1818
}
1919

2020

lib/resty/limit/count.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local assert = assert
77

88

99
local _M = {
10-
_VERSION = '0.08'
10+
_VERSION = '1.0.0'
1111
}
1212

1313

lib/resty/limit/req.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ local rec_cdata = ffi.new("struct lua_resty_limit_req_rec")
3838

3939

4040
local _M = {
41-
_VERSION = '0.08'
41+
_VERSION = '1.0.0'
4242
}
4343

4444

lib/resty/limit/traffic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local max = math.max
99

1010

1111
local _M = {
12-
_VERSION = '0.08'
12+
_VERSION = '1.0.0'
1313
}
1414

1515

0 commit comments

Comments
 (0)