Skip to content

Commit 6d211e2

Browse files
committed
update source version tag
1 parent 6edb451 commit 6d211e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rockspec_format = "3.0"
22
package = "lua-memcached"
3-
version = "1.0.3-1"
3+
version = "1.0.3-2"
44
description = {
55
summary = "Lua binding and codec for memcached",
66
detailed = [[
@@ -22,7 +22,7 @@ external_dependencies = {
2222
}
2323
source = {
2424
url = "git+https://github.com/anaef/lua-memcached.git",
25-
tag = "v1.0.2",
25+
tag = "v1.0.3",
2626
}
2727
build = {
2828
type = "builtin",

0 commit comments

Comments
 (0)