mirror of https://github.com/zulip/zulip.git
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:
parent
ac49736311
commit
5e89a7d646
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue