Skip to content

Commit

Permalink
Revert "self-hosted version-bump (#1005)" (#1006)
Browse files Browse the repository at this point in the history
This reverts commit f0598b6.
  • Loading branch information
cscharf committed Nov 18, 2020
1 parent f0598b6 commit d1ba044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
$webVersion = "2.17.0"

# Functions
Expand Down
2 changes: 1 addition & 1 deletion scripts/bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.0"
WEBVERSION="2.17.0"

# Functions
Expand Down

0 comments on commit d1ba044

Please sign in to comment.