Browse Source

Updated core, web, and key-connector versions (#187)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/189/head v2023.10.3
github-actions[bot] 2 years ago committed by GitHub
parent
commit
735f6bc4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bitwarden.ps1
  2. 2
      bitwarden.sh
  3. 2
      version.json

2
bitwarden.ps1

@ -30,7 +30,7 @@ $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windo @@ -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.10.3"
$webVersion = "2023.10.2"
$keyConnectorVersion = "2023.10.0"
$keyConnectorVersion = "2023.10.1"
# Functions

2
bitwarden.sh

@ -43,7 +43,7 @@ RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux& @@ -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.10.3"
WEBVERSION="2023.10.2"
KEYCONNECTORVERSION="2023.10.0"
KEYCONNECTORVERSION="2023.10.1"
echo "bitwarden.sh version $COREVERSION"
docker --version

2
version.json

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
"versions": {
"coreVersion":"2023.10.3",
"webVersion":"2023.10.2",
"keyConnectorVersion":"2023.10.0"
"keyConnectorVersion":"2023.10.1"
}
}

Loading…
Cancel
Save