From 6c053e694690e671b37c2cbbc1bbcb685d3cc2e3 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Wed, 9 Feb 2022 11:22:06 -0800 Subject: [PATCH] Version bump the server to 1.45.4 (#1857) --- 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 1e6dc2246..982e80c4f 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.45.2" +$coreVersion = "1.45.4" $webVersion = "2.25.0" $keyConnectorVersion = "1.0.0" diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 998264315..760f3aafd 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.45.2" +COREVERSION="1.45.4" WEBVERSION="2.25.0" KEYCONNECTORVERSION="1.0.0"