diff --git a/lua-resty-rocketmq.rockspec b/lua-resty-rocketmq.rockspec index a106b1d..5e42fc9 100644 --- a/lua-resty-rocketmq.rockspec +++ b/lua-resty-rocketmq.rockspec @@ -1,8 +1,8 @@ package = "lua-resty-rocketmq" -version = "0.4.1-0" +version = "0.4.2-0" source = { url = "git://github.com/yuz10/lua-resty-rocketmq.git", - tag = "0.4.1-0" + tag = "0.4.2-0" } description = { summary = "Lua RocketMQ client driver for the ngx_lua based on the cosocket API",