mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
version: Correct API feature level.
API feature level should have been increased along with #17010 which increased the community topic editing time.
This commit is contained in:
committed by
Steve Howell
parent
aafd9ee2b6
commit
58a4469896
@@ -28,7 +28,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
|
||||
#
|
||||
# Changes should be accompanied by documentation explaining what the
|
||||
# new level means in templates/zerver/api/changelog.md.
|
||||
API_FEATURE_LEVEL = 37
|
||||
API_FEATURE_LEVEL = 38
|
||||
|
||||
# Bump the minor PROVISION_VERSION to indicate that folks should provision
|
||||
# only when going from an old version of the code to a newer version. Bump
|
||||
|
||||
Reference in New Issue
Block a user