From 66922e54d9a63ac0815ae69e6fb67658bc38d215 Mon Sep 17 00:00:00 2001 From: Micaiah Martin <77340197+mimartin12@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:40:47 -0600 Subject: [PATCH] Bumped server to 1.46.1, web to 2.26.1, kc to 1.0.1 (#1868) --- scripts/bitwarden.ps1 | 6 +++--- scripts/bitwarden.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 982e80c4f..d2a16da8f 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -26,9 +26,9 @@ $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. -$coreVersion = "1.45.4" -$webVersion = "2.25.0" -$keyConnectorVersion = "1.0.0" +$coreVersion = "1.46.1" +$webVersion = "2.26.1" +$keyConnectorVersion = "1.0.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 760f3aafd..395c651ad 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -34,9 +34,9 @@ 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.4" -WEBVERSION="2.25.0" -KEYCONNECTORVERSION="1.0.0" +COREVERSION="1.46.1" +WEBVERSION="2.26.1" +KEYCONNECTORVERSION="1.0.1" echo "bitwarden.sh version $COREVERSION" docker --version