Browse Source

self-hosted version bump v1.39.3 (#1114)

pull/1120/head
Chad Scharf 5 years ago committed by GitHub
parent
commit
ee05b8af84
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

@ -24,7 +24,7 @@ if ($output -eq "") { @@ -24,7 +24,7 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.39.1"
$coreVersion = "1.39.3"
$webVersion = "2.18.1"
# Functions

2
scripts/bitwarden.sh

@ -32,7 +32,7 @@ fi @@ -32,7 +32,7 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.39.1"
COREVERSION="1.39.3"
WEBVERSION="2.18.1"
echo "bitwarden.sh version $COREVERSION"

Loading…
Cancel
Save