diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 7b0ae236e..a675abfdc 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.38.2" +$coreVersion = "1.38.4" $webVersion = "2.17.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 55061b12c..2c9da3d32 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.38.2" +COREVERSION="1.38.4" WEBVERSION="2.17.1" echo "bitwarden.sh version $COREVERSION"