Skip to content

Commit

Permalink
release v24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Nov 20, 2024
1 parent f688316 commit d24c8c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: format lint

GS_REST_SERVICE_VERSION ?= "24.05.0rc1"
GS_REST_SERVICE_VERSION ?= "24.11.0"
GS_REST_DEV_PORT ?= 9000

test:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "openapi_server"
VERSION = "24.11.0-rc1"
VERSION = "24.11.0"

# To install the library, run the following
#
Expand Down

0 comments on commit d24c8c3

Please sign in to comment.