Skip to content

Commit

Permalink
release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Jan 18, 2019
1 parent 3615a70 commit 80703aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-1.0.1-0.rockspec → kong-1.0.2-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package = "kong"
version = "1.0.1-0"
version = "1.0.2-0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "1.0.1"
tag = "1.0.2"
}
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
@@ -1,7 +1,7 @@
local version = setmetatable({
major = 1,
minor = 0,
patch = 1,
patch = 2,
--suffix = ""
}, {
__tostring = function(t)
Expand Down

0 comments on commit 80703aa

Please sign in to comment.