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:
github-actions[bot]
2023-03-30 09:19:51 -07:00
committed by GitHub
parent 7b6f446bb8
commit 50f9d67499
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -2,6 +2,6 @@
"versions": {
"coreVersion":"2023.3.0",
"webVersion":"2023.3.0",
"keyConnectorVersion":"2022.5.0"
"keyConnectorVersion":"2023.3.0"
}
}