Skip to content

Commit 7be2e1d

Browse files
authored
bumped version to 0.16.
1 parent 081d2fa commit 7be2e1d

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sudo: required
2-
dist: focal
2+
dist: focal
33

44
branches:
55
only:
@@ -31,7 +31,7 @@ env:
3131
- LD_LIBRARY_PATH=$LUAJIT_LIB:$LD_LIBRARY_PATH
3232
- TEST_NGINX_SLEEP=0.006
3333
matrix:
34-
- NGINX_VERSION=1.25.3 OPENSSL_VER=1.1.1u
34+
- NGINX_VERSION=1.27.0 OPENSSL_VER=1.1.1w
3535

3636
install:
3737
- if [ ! -d download-cache ]; then mkdir download-cache; fi

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.14' }
16+
local _M = { _VERSION = '0.16' }
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.14' }
12+
local _M = { _VERSION = '0.16' }
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.14' }
12+
local _M = { _VERSION = '0.16' }
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.14' }
7+
local _M = { _VERSION = '0.16' }
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.14' }
13+
local _M = { _VERSION = '0.16' }
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.14' }
13+
local _M = { _VERSION = '0.16' }
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.14' }
13+
local _M = { _VERSION = '0.16' }
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.14' }
13+
local _M = { _VERSION = '0.16' }
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.14' }
13+
local _M = { _VERSION = '0.16' }
1414

1515

1616
local mt = { __index = _M }

0 commit comments

Comments
 (0)