diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 3f94933294..e861994bd5 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,7 +24,9 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.41.2" + +# Please do not create pull requests modifying the version numbers. +$coreVersion = "1.41.3" $webVersion = "2.20.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index f6e5c98389..744be18999 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,7 +32,9 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.41.2" + +# Please do not create pull requests modifying the version numbers. +COREVERSION="1.41.3" WEBVERSION="2.20.1" echo "bitwarden.sh version $COREVERSION"