Skip to content

Commit

Permalink
chore(rockspec) bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 4, 2016
1 parent 9306c12 commit 594c924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kong-0.6.0-1.rockspec → kong-0.6.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.6.0-1"
version = "0.6.1-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.6.0"
tag = "0.6.1"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
4 changes: 2 additions & 2 deletions kong/constants.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
local VERSION = "0.6.0"
local VERSION = "0.6.1"

return {
NAME = "kong",
VERSION = VERSION,
ROCK_VERSION = VERSION.."-1",
ROCK_VERSION = VERSION.."-0",
SYSLOG = {
ADDRESS = "kong-hf.mashape.com",
PORT = 61828,
Expand Down

0 comments on commit 594c924

Please sign in to comment.