mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-29 06:45:46 +00:00
Updated core, web, and key-connector versions (#45)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ac7222ddde
commit
2e2ff405e5
@@ -28,7 +28,7 @@ $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform
|
||||
$runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
|
||||
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
$coreVersion = "2022.8.3"
|
||||
$coreVersion = "2022.8.4"
|
||||
$webVersion = "2022.8.1"
|
||||
$keyConnectorVersion = "2022.5.0"
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=
|
||||
RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
|
||||
|
||||
# Please do not create pull requests modifying the version numbers.
|
||||
COREVERSION="2022.8.3"
|
||||
COREVERSION="2022.8.4"
|
||||
WEBVERSION="2022.8.1"
|
||||
KEYCONNECTORVERSION="2022.5.0"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"versions": {
|
||||
"coreVersion":"2022.8.3",
|
||||
"coreVersion":"2022.8.4",
|
||||
"webVersion":"2022.8.1",
|
||||
"keyConnectorVersion":"2022.5.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user