Skip to content

Commit d062b77

Browse files
[API] Bump API version (skypilot-org#5866)
Bump API version
1 parent aa8d19f commit d062b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/server/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# API server version, whenever there is a change in API server that requires a
88
# restart of the local API server or error out when the client does not match
99
# the server version.
10-
API_VERSION = '8'
10+
API_VERSION = '9'
1111

1212
# Prefix for API request names.
1313
REQUEST_NAME_PREFIX = 'sky.'

0 commit comments

Comments
 (0)