version: Update API_FEATURE_LEVEL.

This was missed in the original commit dfd7902c7.
This commit is contained in:
Sahil Batra 2022-05-18 17:26:00 +05:30 committed by Tim Abbott
parent 6337f17923
commit 1c0ece73f2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.4.3"
# 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, as well as # new level means in templates/zerver/api/changelog.md, as well as
# "**Changes**" entries in the endpoint's documentation in `zulip.yaml`. # "**Changes**" entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 130 API_FEATURE_LEVEL = 131
# 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