Skip to content

Commit

Permalink
chore(*) 0.11.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha authored and kikito committed Aug 16, 2017
1 parent 55fc9a3 commit b58dc85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kong-0.10.3-0.rockspec → kong-0.11.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.10.3-0"
version = "0.11.0-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Mashape/kong",
tag = "0.10.3"
tag = "0.11.0"
}
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/meta.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 0,
minor = 10,
patch = 3,
minor = 11,
patch = 0,
--suffix = ""
}, {
__tostring = function(t)
Expand Down

0 comments on commit b58dc85

Please sign in to comment.