diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index bb75858e83..5ff1b08508 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.30.4" -$webVersion = "2.10.1" +$coreVersion = "1.31.0" +$webVersion = "2.11.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index e2925d24a5..92b3e054a6 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.30.4" -WEBVERSION="2.10.1" +COREVERSION="1.31.0" +WEBVERSION="2.11.0" # Functions