Skip to content

Commit f0aa067

Browse files
committed
chore(*): release 4.1.4
1 parent 1901b6a commit f0aa067

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
@@ -2294,7 +2294,7 @@ end
22942294

22952295

22962296
local session = {
2297-
_VERSION = "4.1.3",
2297+
_VERSION = "4.1.4",
22982298
metatable = metatable,
22992299
}
23002300

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.1.3-1"
2+
version = "4.1.4-1"
33
source = {
44
url = "git+https://github.com/bungle/lua-resty-session.git",
5-
tag = "v4.1.3",
5+
tag = "v4.1.4",
66
}
77
description = {
88
summary = "Session Library for OpenResty - Flexible and Secure",

0 commit comments

Comments
 (0)