diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 5ff1b08508..1d59bd90a8 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -20,7 +20,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.31.0" +$coreVersion = "1.31.1" $webVersion = "2.11.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 92b3e054a6..16a955d998 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -37,7 +37,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.31.0" +COREVERSION="1.31.1" WEBVERSION="2.11.0" # Functions