diff --git a/tools/ci/production-build b/tools/ci/production-build index f2c9a37efe..130e55b2b9 100755 --- a/tools/ci/production-build +++ b/tools/ci/production-build @@ -41,7 +41,6 @@ cp -a \ tools/ci/production-upgrade-pg \ tools/ci/send-failure-message \ package.json yarn.lock \ - \ /tmp/production-build # Check that webpack bundles use only ES2019 syntax. diff --git a/tools/setup/install-shfmt b/tools/setup/install-shfmt index fcb36e2625..5e980ded34 100755 --- a/tools/setup/install-shfmt +++ b/tools/setup/install-shfmt @@ -1,18 +1,18 @@ #!/usr/bin/env bash set -eu -version=3.4.3 +version=3.5.0 arch="$(uname -m)" case $arch in "x86_64") binary="shfmt_v${version}_linux_amd64" - sha256=713ef49db9a60a00636814a507da851b58da6b4b98a3627188fba0a61b60f9a8 + sha256=8feea043364a725dfb69665432aee9e85b84c7f801a70668650e8b15452f6574 ;; "aarch64") binary="shfmt_v${version}_linux_arm64" - sha256=b4f5d7b53012a1a7fdac5df8f13d829d82bc7ace53da4a09c532ac562589b106 + sha256=2dec40f18622873dd3bf84fda17f43a0ae93b5305ead909dc0e91f6479d359c6 ;; esac diff --git a/version.py b/version.py index 65d193bc9b..29819a62ff 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = "190.3" +PROVISION_VERSION = "191.0"