diff --git a/bitwarden.ps1 b/bitwarden.ps1 index be3789b..e68363b 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -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 diff --git a/bitwarden.sh b/bitwarden.sh index 8aa8414..c5624c7 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -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 diff --git a/version.json b/version.json index c18ea0a..476c5a9 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "versions": { "coreVersion":"2023.3.0", "webVersion":"2023.3.0", - "keyConnectorVersion":"2022.5.0" + "keyConnectorVersion":"2023.3.0" } }