From a74df16848c8e75999a2656d96cb0749d33b0471 Mon Sep 17 00:00:00 2001 From: rootforbid <46861728+rootforbid@users.noreply.github.com> Date: Sat, 21 Mar 2020 17:52:05 -0700 Subject: [PATCH] Bump Core version in the powershell script (#675) 1.33.0 -> 1.33.1 --- scripts/bitwarden.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bitwarden.ps1 b/scripts/bitwarden.ps1 index 611b2135b4..78ce0d070c 100644 --- a/scripts/bitwarden.ps1 +++ b/scripts/bitwarden.ps1 @@ -23,7 +23,7 @@ if ($output -eq "") { $scriptsDir = "${output}\scripts" $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master" -$coreVersion = "1.33.0" +$coreVersion = "1.33.1" $webVersion = "2.13.1" # Functions