From 7439dd4fb1fb61924ffa0fef42981fd89d54dff1 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Mon, 17 May 2021 20:51:29 +0200 Subject: [PATCH] Self-Hosted release, v1.41.3 (#1338) --- scripts/bitwarden.ps1 | 4 +++- scripts/bitwarden.sh | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 3f94933294..e861994bd5 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,7 +24,9 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.41.2" + +# Please do not create pull requests modifying the version numbers. +$coreVersion = "1.41.3" $webVersion = "2.20.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index f6e5c98389..744be18999 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,7 +32,9 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.41.2" + +# Please do not create pull requests modifying the version numbers. +COREVERSION="1.41.3" WEBVERSION="2.20.1" echo "bitwarden.sh version $COREVERSION"