Skip to content

Commit 53f7452

Browse files
committed
bumped version to 0.08.
1 parent 09ccbed commit 53f7452

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
@@ -15,7 +15,7 @@ local type = type
1515

1616
module(...)
1717

18-
_VERSION = '0.07'
18+
_VERSION = '0.08'
1919

2020

2121
local mt = { __index = _M }

lib/resty/md5.lua

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

1212
module(...)
1313

14-
_VERSION = '0.07'
14+
_VERSION = '0.08'
1515

1616
local mt = { __index = _M }
1717

lib/resty/random.lua

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

1212
module(...)
1313

14-
_VERSION = '0.07'
14+
_VERSION = '0.08'
1515

1616

1717
ffi.cdef[[

lib/resty/sha.lua

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

77
module(...)
88

9-
_VERSION = '0.07'
9+
_VERSION = '0.08'
1010

1111

1212
ffi.cdef[[

lib/resty/sha1.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local error = error
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
local mt = { __index = _M }

lib/resty/sha224.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local error = error
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
local mt = { __index = _M }

lib/resty/sha256.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local error = error
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
local mt = { __index = _M }

lib/resty/sha384.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local error = error
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
local mt = { __index = _M }

lib/resty/sha512.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local error = error
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
local mt = { __index = _M }

lib/resty/string.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ local tonumber = tonumber
1212

1313
module(...)
1414

15-
_VERSION = '0.07'
15+
_VERSION = '0.08'
1616

1717

1818
ffi.cdef[[

0 commit comments

Comments
 (0)