From d4a292d0e9f002c520723608a3a9ee8be495500f Mon Sep 17 00:00:00 2001 From: yuz10 <845238369@qq.com> Date: Wed, 8 Dec 2021 21:37:13 +0800 Subject: [PATCH] prepare to release 0.2.1-3 --- lua-resty-rocketmq.rockspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua-resty-rocketmq.rockspec b/lua-resty-rocketmq.rockspec index f567d58..7012d03 100644 --- a/lua-resty-rocketmq.rockspec +++ b/lua-resty-rocketmq.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-rocketmq" -version = "0.2.1-2" +version = "0.2.1-3" source = { url = "git://github.com/yuz10/lua-resty-rocketmq.git", - tag = "0.2.1-2" + tag = "0.2.1-3" } description = { summary = "Lua RocketMQ client driver for the ngx_lua based on the cosocket API",