Skip to content

Commit c235374

Browse files
committed
v0.4.0
1 parent b2fa8f8 commit c235374

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/resty/consul.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local http = require('resty.http')
1515
local DEBUG = false
1616

1717
local _M = {
18-
_VERSION = '0.3.2',
18+
_VERSION = '0.4.0',
1919
}
2020

2121
local API_VERSION = "v1"

lua-resty-consul-0.3-2.rockspec renamed to lua-resty-consul-0.4-0.src.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = "lua-resty-consul"
2-
version = "0.3-2"
2+
version = "0.4-0"
33

44
source = {
55
url = "git://github.com/hamishforbes/lua-resty-consul.git",
6-
tag = "v0.3.2",
6+
tag = "v0.4.0",
77
}
88

99
description = {

0 commit comments

Comments
 (0)