provision: Bump provision version after clipboard package update.

The provision wasn't bumped in https://github.com/zulip/zulip/pull/8984
which caused some js exceptions.
This commit is contained in:
Priyank
2018-04-06 14:58:09 +00:00
committed by showell
parent 42bbfea775
commit 3413faee14

View File

@@ -8,4 +8,4 @@ ZULIP_VERSION = "1.7.1+git"
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '17.10'
PROVISION_VERSION = '17.11'