Skip to content

Commit

Permalink
docker version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Mar 11, 2018
1 parent 2e40766 commit be35cab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/bitwarden.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ if($output -eq "") {

$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/core/master"
$coreVersion = "1.16.0"
$webVersion = "1.22.0"
$coreVersion = "1.17.0"
$webVersion = "1.23.0"

# Functions

Expand Down
4 changes: 2 additions & 2 deletions scripts/bitwarden.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ fi

SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/core/master"
COREVERSION="1.16.0"
WEBVERSION="1.22.0"
COREVERSION="1.17.0"
WEBVERSION="1.23.0"

# Functions

Expand Down

0 comments on commit be35cab

Please sign in to comment.