diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index b0d8f3b034..ed6622d2b4 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.39.3" +$coreVersion = "1.39.4" $webVersion = "2.18.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index f08811ae59..152ef8d76e 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -32,7 +32,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.39.3" +COREVERSION="1.39.4" WEBVERSION="2.18.1" echo "bitwarden.sh version $COREVERSION"