1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00

Self hosted web version bump v2.20.3 (#1347)

This commit is contained in:
Chad Scharf 2021-05-21 16:35:06 -04:00 committed by GitHub
parent 61307e11b0
commit 423c062877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ $githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
# Please do not create pull requests modifying the version numbers.
$coreVersion = "1.41.3"
$webVersion = "2.20.1"
$webVersion = "2.20.3"
# Functions

View File

@ -35,7 +35,7 @@ GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
# Please do not create pull requests modifying the version numbers.
COREVERSION="1.41.3"
WEBVERSION="2.20.1"
WEBVERSION="2.20.3"
echo "bitwarden.sh version $COREVERSION"
docker --version