From 22eb8316f2a85a61ce8d5b9ee8b223424a5d8577 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 29 Jul 2020 10:55:42 -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 6414456dda..73ee2ad6f1 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -24,7 +24,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.35.1" +$coreVersion = "1.36.1" $webVersion = "2.15.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 317d6d9208..0b6d8d48ae 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.35.1" +COREVERSION="1.36.1" WEBVERSION="2.15.1" # Functions