From ce47948f8629417c81ea5e399f91ec0435715b67 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 14 May 2019 23:09:37 -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 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