1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-21 21:41:21 +01:00

Self-Hosted release, v1.41.3 (#1338)

This commit is contained in:
Oscar Hinton 2021-05-17 20:51:29 +02:00 committed by GitHub
parent 2b6c5bcd31
commit 7439dd4fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,9 @@ if ($output -eq "") {
$scriptsDir = "${output}\scripts"
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
$coreVersion = "1.41.2"
# Please do not create pull requests modifying the version numbers.
$coreVersion = "1.41.3"
$webVersion = "2.20.1"
# Functions

View File

@ -32,7 +32,9 @@ fi
SCRIPTS_DIR="$OUTPUT/scripts"
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
COREVERSION="1.41.2"
# Please do not create pull requests modifying the version numbers.
COREVERSION="1.41.3"
WEBVERSION="2.20.1"
echo "bitwarden.sh version $COREVERSION"