From 6e92bdbbb323d809029da1903f67a56283490a4c Mon Sep 17 00:00:00 2001 From: Vasu7052 Date: Wed, 13 Nov 2024 15:05:33 +0530 Subject: [PATCH] Updated version in rockspec from 1.4 to 1.5 --- lua-resty-pubsub.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua-resty-pubsub.rockspec b/lua-resty-pubsub.rockspec index bcf1fee..e682ffb 100644 --- a/lua-resty-pubsub.rockspec +++ b/lua-resty-pubsub.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-pubsub" -version = "1.4-0" +version = "1.5-0" source = { url = "git://github.com/wingify/lua-resty-pubsub", - tag = "v1.4" + tag = "v1.5" } description = { summary = "Lua Pubsub client driver for the ngx_lua based on the cosocket API",