diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index cf13221f4..984d8d0e5 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.30.2" +$coreVersion = "1.30.3" $webVersion = "2.10.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 4780a84b4..e16d8fbc0 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.30.2" +COREVERSION="1.30.3" WEBVERSION="2.10.1" # Functions