mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-28 14:25:45 +00:00
Updated core, web, and key-connector versions (#88)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7b6f446bb8
commit
50f9d67499
@@ -30,7 +30,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
$coreVersion = "2023.3.0"
|
||||
$webVersion = "2023.3.0"
|
||||
$keyConnectorVersion = "2022.5.0"
|
||||
$keyConnectorVersion = "2023.3.0"
|
||||
|
||||
# Functions
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
COREVERSION="2023.3.0"
|
||||
WEBVERSION="2023.3.0"
|
||||
KEYCONNECTORVERSION="2022.5.0"
|
||||
KEYCONNECTORVERSION="2023.3.0"
|
||||
|
||||
echo "bitwarden.sh version $COREVERSION"
|
||||
docker --version
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"versions": {
|
||||
"coreVersion":"2023.3.0",
|
||||
"webVersion":"2023.3.0",
|
||||
"keyConnectorVersion":"2022.5.0"
|
||||
"keyConnectorVersion":"2023.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user