Browse Source

Self-hosting version-bump to 1.38.2 (#1032)

pull/1038/head
Chad Scharf 5 years ago committed by GitHub
parent
commit
8fc397716a
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.38.1"
$coreVersion = "1.38.2"
$webVersion = "2.17.1"
# Functions

2
scripts/bitwarden.sh

@ -37,7 +37,7 @@ fi @@ -37,7 +37,7 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.38.1"
COREVERSION="1.38.2"
WEBVERSION="2.17.1"
# Functions

Loading…
Cancel
Save