From 5d4323bf624b7fceadb705a89b3eac8d8b7803d1 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin <kyle.spearrin@gmail.com> Date: Wed, 15 May 2019 23:10:01 -0400 Subject: [PATCH] bump docker version --- scripts/bitwarden.ps1 | 2 +- scripts/bitwarden.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 984d8d0e53..bb75858e83 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.3" +$coreVersion = "1.30.4" $webVersion = "2.10.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index e16d8fbc05..e2925d24a5 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.3" +COREVERSION="1.30.4" WEBVERSION="2.10.1" # Functions