diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index e861994bd..b2eb6a2fb 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 744be1899..89b74d563 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