install-shellcheck: Upgrade ShellCheck from 0.6.0 to 0.7.0.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-11-11 14:43:52 -08:00 committed by Tim Abbott
parent ac49736311
commit 5e89a7d646
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu
version=0.6.0
version=0.7.0
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
version: $version

View File

@ -26,4 +26,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = '65.2'
PROVISION_VERSION = '65.3'