Browse Source

Self-Hosted release, v1.41.3 (#1338)

pull/1347/head
Oscar Hinton 5 years ago committed by GitHub
parent
commit
7439dd4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/bitwarden.ps1
  2. 4
      scripts/bitwarden.sh

4
scripts/bitwarden.ps1

@ -24,7 +24,9 @@ if ($output -eq "") { @@ -24,7 +24,9 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.41.2"
# Please do not create pull requests modifying the version numbers.
$coreVersion = "1.41.3"
$webVersion = "2.20.1"
# Functions

4
scripts/bitwarden.sh

@ -32,7 +32,9 @@ fi @@ -32,7 +32,9 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.41.2"
# Please do not create pull requests modifying the version numbers.
COREVERSION="1.41.3"
WEBVERSION="2.20.1"
echo "bitwarden.sh version $COREVERSION"

Loading…
Cancel
Save