Skip to content

Commit c293b06

Browse files
committed
bumped version to 0.11.
1 parent 269b8d1 commit c293b06

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

lib/resty/aes.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local setmetatable = setmetatable
1313
local type = type
1414

1515

16-
local _M = { _VERSION = '0.10' }
16+
local _M = { _VERSION = '0.11' }
1717

1818
local mt = { __index = _M }
1919

lib/resty/md5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local setmetatable = setmetatable
99
--local error = error
1010

1111

12-
local _M = { _VERSION = '0.10' }
12+
local _M = { _VERSION = '0.11' }
1313

1414
local mt = { __index = _M }
1515

lib/resty/random.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local C = ffi.C
99
--local error = error
1010

1111

12-
local _M = { _VERSION = '0.10' }
12+
local _M = { _VERSION = '0.11' }
1313

1414

1515
ffi.cdef[[

lib/resty/sha.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
local ffi = require "ffi"
55

66

7-
local _M = { _VERSION = '0.10' }
7+
local _M = { _VERSION = '0.11' }
88

99

1010
ffi.cdef[[

lib/resty/sha1.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010
--local error = error
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
local mt = { __index = _M }

lib/resty/sha224.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010
--local error = error
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
local mt = { __index = _M }

lib/resty/sha256.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010
--local error = error
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
local mt = { __index = _M }

lib/resty/sha384.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010
--local error = error
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
local mt = { __index = _M }

lib/resty/sha512.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local setmetatable = setmetatable
1010
--local error = error
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
local mt = { __index = _M }

lib/resty/string.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ local C = ffi.C
1010
local tonumber = tonumber
1111

1212

13-
local _M = { _VERSION = '0.10' }
13+
local _M = { _VERSION = '0.11' }
1414

1515

1616
ffi.cdef[[

0 commit comments

Comments
 (0)