diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 1d59bd90a..e18b6ef9e 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -20,8 +20,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.31.1" -$webVersion = "2.11.0" +$coreVersion = "1.32.0" +$webVersion = "2.12.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 16a955d99..40041da42 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -37,8 +37,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.31.1" -WEBVERSION="2.11.0" +COREVERSION="1.32.0" +WEBVERSION="2.12.0" # Functions