Browse Source

Version bump Self Host server to 1.46.2 (#1873)

pull/1874/head
Joseph Flinn 4 years ago committed by GitHub
parent
commit
e4c1596882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/bitwarden.ps1
  2. 2
      scripts/bitwarden.sh

2
scripts/bitwarden.ps1

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

2
scripts/bitwarden.sh

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

Loading…
Cancel
Save