From 22544e21dccb19c0ef11194b0b242eb55cb4fffd Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 14 May 2019 09:55:55 -0400 Subject: [PATCH] bump docker version --- scripts/bitwarden.ps1 | 4 ++-- scripts/bitwarden.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 3bf6ed082c..cf13221f44 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -20,8 +20,8 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.30.1" -$webVersion = "2.10.0" +$coreVersion = "1.30.2" +$webVersion = "2.10.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 4859a60314..4780a84b4a 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -37,8 +37,8 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master" -COREVERSION="1.30.1" -WEBVERSION="2.10.0" +COREVERSION="1.30.2" +WEBVERSION="2.10.1" # Functions