From b5182bf9c867d4d2dd0ccda3ec2e59e185ead9e6 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Thu, 26 Aug 2021 18:31:31 -0400 Subject: [PATCH] Self-hosted server release, v1.42.2 (#1533) * Self-hosted server release, v1.42.1 * Proper server target release version * Updated web version to 2.22.2 * Update to web version 2.22.2 --- scripts/bitwarden.ps1 | 4 ++-- scripts/bitwarden.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 56ffa32828..0c9c873ea8 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -26,8 +26,8 @@ $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. -$coreVersion = "1.41.5" -$webVersion = "2.21.1" +$coreVersion = "1.42.2" +$webVersion = "2.22.2" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 5976264fd2..dece2f3143 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -34,8 +34,8 @@ SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. -COREVERSION="1.41.5" -WEBVERSION="2.21.1" +COREVERSION="1.42.2" +WEBVERSION="2.22.2" echo "bitwarden.sh version $COREVERSION" docker --version