Skip to content

Commit

Permalink
release: 2.7.1 (#8349)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored Jan 27, 2022
1 parent 99e2f20 commit 4a6b5b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6645,6 +6645,7 @@ First version running with Cassandra.

[Back to TOC](#table-of-contents)

[2.7.1]: https://github.com/Kong/kong/compare/2.7.0...2.7.1
[2.7.0]: https://github.com/Kong/kong/compare/2.6.0...2.7.0
[2.6.0]: https://github.com/Kong/kong/compare/2.5.1...2.6.0
[2.5.1]: https://github.com/Kong/kong/compare/2.5.0...2.5.1
Expand Down
4 changes: 2 additions & 2 deletions kong-2.7.0-0.rockspec → kong-2.7.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "2.7.0-0"
version = "2.7.1-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git://github.com/Kong/kong",
tag = "2.7.0"
tag = "2.7.1"
}
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 = 2,
minor = 7,
patch = 0,
patch = 1,
--suffix = "rc.1"
}, {
-- our Makefile during certain releases adjusts this line. Any changes to
Expand Down

0 comments on commit 4a6b5b3

Please sign in to comment.