From e4c1596882628e97c4ec5078caaef3a84d230af2 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Thu, 17 Feb 2022 13:05:30 -0800 Subject: [PATCH] Version bump Self Host server to 1.46.2 (#1873) --- scripts/bitwarden.ps1 | 2 +- scripts/bitwarden.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index d2a16da8f8..b8bb13f5c3 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -26,7 +26,7 @@ $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. -$coreVersion = "1.46.1" +$coreVersion = "1.46.2" $webVersion = "2.26.1" $keyConnectorVersion = "1.0.1" diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 395c651ad6..200b2d256d 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -34,7 +34,7 @@ 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.46.1" +COREVERSION="1.46.2" WEBVERSION="2.26.1" KEYCONNECTORVERSION="1.0.1"