1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Version bump the server to 1.45.4 (#1857)

This commit is contained in:
Joseph Flinn
2022-02-09 11:22:06 -08:00
committed by GitHub
parent a4ae38fc95
commit 6c053e6946
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ $scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
# Please do not create pull requests modifying the version numbers.
$coreVersion = "1.45.2"
$coreVersion = "1.45.4"
$webVersion = "2.25.0"
$keyConnectorVersion = "1.0.0"

View File

@ -34,7 +34,7 @@ SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
# Please do not create pull requests modifying the version numbers.
COREVERSION="1.45.2"
COREVERSION="1.45.4"
WEBVERSION="2.25.0"
KEYCONNECTORVERSION="1.0.0"