Skip to content

Commit c7eaaf2

Browse files
committed
Release 2.0.
1 parent a097c38 commit c7eaaf2

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
@@ -154,7 +154,7 @@ local defaults = {
154154
defaults.secret = ngx_var.session_secret or random(defaults.cipher.size / 8)
155155

156156
local session = {
157-
_VERSION = "1.8-dev"
157+
_VERSION = "2.0"
158158
}
159159

160160
session.__index = session

0 commit comments

Comments
 (0)