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:
Aman Agrawal
2021-02-03 06:45:51 +00:00
committed by Steve Howell
parent aafd9ee2b6
commit 58a4469896

View File

@@ -28,7 +28,7 @@ DESKTOP_WARNING_VERSION = "5.2.0"
# #
# Changes should be accompanied by documentation explaining what the # Changes should be accompanied by documentation explaining what the
# new level means in templates/zerver/api/changelog.md. # 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 # 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 # only when going from an old version of the code to a newer version. Bump