diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 66c475a3e..bed306476 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -25,7 +25,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" $coreVersion = "1.38.1" -$webVersion = "2.17.0" +$webVersion = "2.17.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index fd6ca7c28..db81a15e5 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -38,7 +38,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" COREVERSION="1.38.1" -WEBVERSION="2.17.0" +WEBVERSION="2.17.1" # Functions