From 768de5d16e0a222312bfa7779ecf7ec4ac0d8b85 Mon Sep 17 00:00:00 2001
From: Yuansheng Wang <membphis@gmail.com>
Date: Wed, 8 May 2019 15:25:39 +0800
Subject: [PATCH] change: updated the luarocks version to 0.3.

---
 ...resty-etcd-0.2-0.rockspec => lua-resty-etcd-0.3-0.rockspec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename lua-resty-etcd-0.2-0.rockspec => lua-resty-etcd-0.3-0.rockspec (93%)

diff --git a/lua-resty-etcd-0.2-0.rockspec b/lua-resty-etcd-0.3-0.rockspec
similarity index 93%
rename from lua-resty-etcd-0.2-0.rockspec
rename to lua-resty-etcd-0.3-0.rockspec
index b9f62b84..9c36e272 100644
--- a/lua-resty-etcd-0.2-0.rockspec
+++ b/lua-resty-etcd-0.3-0.rockspec
@@ -1,8 +1,8 @@
 package = "lua-resty-etcd"
-version = "0.2-0"
+version = "0.3-0"
 source = {
    url = "git://github.com/iresty/lua-resty-etcd",
-   tag = "v0.2"
+   tag = "v0.3"
 }
 description = {
    summary = "Nonblocking Lua etcd driver library for OpenResty",