From ee05b8af8416320fc7cd691e25c060ffff1c00da Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Wed, 27 Jan 2021 17:19:02 -0500 Subject: [PATCH] self-hosted version bump v1.39.3 (#1114) --- 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 4bd59942d8..b0d8f3b034 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,7 +24,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.39.1" +$coreVersion = "1.39.3" $webVersion = "2.18.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index d2ca5ab345..dc5425b557 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,7 +32,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.39.1" +COREVERSION="1.39.3" WEBVERSION="2.18.1" echo "bitwarden.sh version $COREVERSION"