Skip to content

Commit 7f8a3a3

Browse files
committed
Release 1.7.
1 parent 0d1b99b commit 7f8a3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/session.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ local defaults = {
159159
defaults.secret = ngx_var.session_secret or random(defaults.cipher.size / 8)
160160

161161
local session = {
162-
_VERSION = "1.6-dev"
162+
_VERSION = "1.7"
163163
}
164164

165165
session.__index = session

0 commit comments

Comments
 (0)