Skip to content

Commit

Permalink
chore(*) 0.12.0 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 12, 2018
1 parent 376fa44 commit 73c402c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-0.12.0rc2-0.rockspec → kong-0.12.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "0.12.0rc2-0"
version = "0.12.0-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "0.12.0rc2"
tag = "0.12.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/meta.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local version = setmetatable({
major = 0,
minor = 12,
patch = 0,
suffix = "rc2"
--suffix = ""
}, {
__tostring = function(t)
return string.format("%d.%d.%d%s", t.major, t.minor, t.patch,
Expand Down

0 comments on commit 73c402c

Please sign in to comment.