mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Bumped server to 1.46.1, web to 2.26.1, kc to 1.0.1 (#1868)
This commit is contained in:
parent
6f12a9e621
commit
66922e54d9
@ -26,9 +26,9 @@ $scriptsDir = "${output}\scripts"
|
|||||||
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
|
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
|
||||||
|
|
||||||
# Please do not create pull requests modifying the version numbers.
|
# Please do not create pull requests modifying the version numbers.
|
||||||
$coreVersion = "1.45.4"
|
$coreVersion = "1.46.1"
|
||||||
$webVersion = "2.25.0"
|
$webVersion = "2.26.1"
|
||||||
$keyConnectorVersion = "1.0.0"
|
$keyConnectorVersion = "1.0.1"
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
|
||||||
|
@ -34,9 +34,9 @@ SCRIPTS_DIR="$OUTPUT/scripts"
|
|||||||
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
|
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
|
||||||
|
|
||||||
# Please do not create pull requests modifying the version numbers.
|
# Please do not create pull requests modifying the version numbers.
|
||||||
COREVERSION="1.45.4"
|
COREVERSION="1.46.1"
|
||||||
WEBVERSION="2.25.0"
|
WEBVERSION="2.26.1"
|
||||||
KEYCONNECTORVERSION="1.0.0"
|
KEYCONNECTORVERSION="1.0.1"
|
||||||
|
|
||||||
echo "bitwarden.sh version $COREVERSION"
|
echo "bitwarden.sh version $COREVERSION"
|
||||||
docker --version
|
docker --version
|
||||||
|
Loading…
Reference in New Issue
Block a user