From d299943aadf06f7752c6c76f757c50cdb1590676 Mon Sep 17 00:00:00 2001 From: rootforbid <46861728+rootforbid@users.noreply.github.com> Date: Sat, 21 Mar 2020 17:51:46 -0700 Subject: [PATCH] Bump Core version in the docker script (#674) 1.33.0 -> 1.33.1 --- scripts/bitwarden.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bitwarden.sh b/scripts/bitwarden.sh index 95814f11e..ec141f087 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.33.0" +COREVERSION="1.33.1" WEBVERSION="2.13.1" # Functions