diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 78ce0d070c..605b810a33 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.33.1" -$webVersion = "2.13.1" +$webVersion = "2.13.2" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index ec141f087f..6c09e8c1f5 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.33.1" -WEBVERSION="2.13.1" +WEBVERSION="2.13.2" # Functions