From 421fbffd42b3fb8a9771eeb68fa9e5e21fcf5129 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Tue, 26 Jan 2021 12:08:17 -0500 Subject: [PATCH] self-hosted version bump v1.39.1, web v2.18.1 (#1111) --- 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 184c720337..4bd59942d8 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,8 +24,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.39.0" -$webVersion = "2.18.0" +$coreVersion = "1.39.1" +$webVersion = "2.18.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index c9e6f76195..d2ca5ab345 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,8 +32,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.39.0" -WEBVERSION="2.18.0" +COREVERSION="1.39.1" +WEBVERSION="2.18.1" echo "bitwarden.sh version $COREVERSION" docker --version