Skip to content

Commit

Permalink
Merge pull request Kong#542 from Mashape/bump/0.5.0
Browse files Browse the repository at this point in the history
[chore] bump Kong to 0.5.0
  • Loading branch information
thibaultcha committed Sep 15, 2015
2 parents 8ff59ce + c6c2c92 commit 492d5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-0.4.2-1.rockspec → kong-0.5.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.4.2-1"
version = "0.5.0-1"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.4.2"
tag = "0.5.0"
}
description = {
summary = "Kong is a scalable and customizable API Management Layer built on top of Nginx.",
Expand Down
2 changes: 1 addition & 1 deletion kong/constants.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local VERSION = "0.4.2"
local VERSION = "0.5.0"

return {
NAME = "kong",
Expand Down

0 comments on commit 492d5fd

Please sign in to comment.