From b4c031470ddc39b34178a9a47bf5f009fa15a8d6 Mon Sep 17 00:00:00 2001 From: Sven <34579211+sutidor@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:29:48 +0100 Subject: [PATCH] updated version to 1.38.4 so that self update will work again (#1052) * updated version to 1.38.4 * updated version to 1.38.4 --- 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 7b0ae236ed..a675abfdce 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.38.2" +$coreVersion = "1.38.4" $webVersion = "2.17.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 55061b12ce..2c9da3d322 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.38.2" +COREVERSION="1.38.4" WEBVERSION="2.17.1" echo "bitwarden.sh version $COREVERSION"