Skip to content

Commit 18df8e8

Browse files
committed
chore(*): release 4.0.2
1 parent b4fd9c4 commit 18df8e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/resty/session.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@ end
21942194

21952195

21962196
local session = {
2197-
_VERSION = "4.0.1",
2197+
_VERSION = "4.0.2",
21982198
metatable = metatable,
21992199
}
22002200

lua-resty-session-4.0.1-1.rockspec renamed to lua-resty-session-4.0.2-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-session"
2-
version = "4.0.1-1"
2+
version = "4.0.2-1"
33
source = {
44
url = "git+https://github.com/bungle/lua-resty-session.git",
5-
tag = "v4.0.1",
5+
tag = "v4.0.2",
66
}
77
description = {
88
summary = "Session Library for OpenResty - Flexible and Secure",

0 commit comments

Comments
 (0)