diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 39a5b8a..945c852 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.10.3" $webVersion = "2023.10.2" -$keyConnectorVersion = "2023.10.0" +$keyConnectorVersion = "2023.10.1" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 5e4d839..6955793 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.10.3" WEBVERSION="2023.10.2" -KEYCONNECTORVERSION="2023.10.0" +KEYCONNECTORVERSION="2023.10.1" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 543e6e9..8a83db0 100644 --- a/version.json +++ b/version.json @@ -2,6 +2,6 @@ "versions": { "coreVersion":"2023.10.3", "webVersion":"2023.10.2", - "keyConnectorVersion":"2023.10.0" + "keyConnectorVersion":"2023.10.1" } }