From 180c3510a413f9c099777135e6f5487d449f533f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 27 Jul 2019 22:46:34 -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 5ff1b0850..1d59bd90a 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.31.0" +$coreVersion = "1.31.1" $webVersion = "2.11.0" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 92b3e054a..16a955d99 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.31.0" +COREVERSION="1.31.1" WEBVERSION="2.11.0" # Functions