From 423c0628776c18fcc51d547dd8cf5d411d46fc94 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Fri, 21 May 2021 16:35:06 -0400 Subject: [PATCH] Self hosted web version bump v2.20.3 (#1347) --- 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 e861994bd5..b2eb6a2fb8 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -27,7 +27,7 @@ $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. $coreVersion = "1.41.3" -$webVersion = "2.20.1" +$webVersion = "2.20.3" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 744be18999..89b74d5630 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -35,7 +35,7 @@ GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" # Please do not create pull requests modifying the version numbers. COREVERSION="1.41.3" -WEBVERSION="2.20.1" +WEBVERSION="2.20.3" echo "bitwarden.sh version $COREVERSION" docker --version