From 73183a317c54e595cc74dba014210b846d3d4297 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 22 Mar 2018 08:50:02 -0400 Subject: [PATCH] docker web version bump --- 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 2c297fcbed..47c8db5e47 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -43,7 +43,7 @@ if($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master" $coreVersion = "1.17.2" -$webVersion = "1.24.0" +$webVersion = "1.24.1" # Functions diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 4b529aaee3..65427d29e3 100755 --- a/scripts/bitwarden.sh +++ b/scripts/bitwarden.sh @@ -38,7 +38,7 @@ fi SCRIPTS_DIR="$OUTPUT/scripts" GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master" COREVERSION="1.17.2" -WEBVERSION="1.24.0" +WEBVERSION="1.24.1" # Functions