1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Update bitwarden.ps1 (#1202)

* Update bitwarden.ps1

* Update scripts/bitwarden.ps1

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
This commit is contained in:
Yannik Jérôme Büchi 2021-03-15 14:29:03 +01:00 committed by GitHub
parent 0f7e8dc806
commit 115948d1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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