diff --git a/scripts/lib/install-yarn b/scripts/lib/install-yarn index 85a898ee6c..d70619c1e5 100755 --- a/scripts/lib/install-yarn +++ b/scripts/lib/install-yarn @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -euo pipefail -version=1.22.18 -sha256=2eb06b1b33398afa85d8cbcbc62bde1cd4c879a0d37d5e246920abf87fc2e2b3 +version=1.22.19 +sha256=732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e tarball="yarn-$version.tgz" check_version() { diff --git a/version.py b/version.py index 715d880cfe..371e4878a9 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 = "193.0" +PROVISION_VERSION = "193.1"