mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
Self-Hosted release, v1.41.3 (#1338)
This commit is contained in:
parent
2b6c5bcd31
commit
7439dd4fb1
@ -24,7 +24,9 @@ if ($output -eq "") {
|
|||||||
|
|
||||||
$scriptsDir = "${output}\scripts"
|
$scriptsDir = "${output}\scripts"
|
||||||
$githubBaseUrl = "https://raw.githubusercontent.com/bitwarden/server/master"
|
$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"
|
$webVersion = "2.20.1"
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
|
@ -32,7 +32,9 @@ fi
|
|||||||
|
|
||||||
SCRIPTS_DIR="$OUTPUT/scripts"
|
SCRIPTS_DIR="$OUTPUT/scripts"
|
||||||
GITHUB_BASE_URL="https://raw.githubusercontent.com/bitwarden/server/master"
|
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"
|
WEBVERSION="2.20.1"
|
||||||
|
|
||||||
echo "bitwarden.sh version $COREVERSION"
|
echo "bitwarden.sh version $COREVERSION"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user