Skip to content

Commit

Permalink
chore(release): bump version to 3.10 as part of the feature freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
kikito authored and locao committed Nov 29, 2024
1 parent bc0acea commit 9ca6f8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kong-3.9.0-0.rockspec → kong-3.10.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package = "kong"
version = "3.9.0-0"
version = "3.10.0-0"
rockspec_format = "3.0"
supported_platforms = {"linux", "macosx"}
source = {
url = "git+https://github.com/Kong/kong.git",
tag = "3.9.0"
tag = "3.10.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
@@ -1,6 +1,6 @@
local version = setmetatable({
major = 3,
minor = 9,
minor = 10,
patch = 0,
--suffix = "-alpha.13"
}, {
Expand Down

1 comment on commit 9ca6f8c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:9ca6f8c27d0fe73ceb88100b2e5088f41d4a356e
Artifacts available https://github.com/Kong/kong/actions/runs/12083660472

Please sign in to comment.