diff --git a/bitwarden.ps1 b/bitwarden.ps1 index 2b96de3..39a5b8a 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -28,9 +28,9 @@ $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 = "2023.10.2" -$webVersion = "2023.10.1" -$keyConnectorVersion = "2023.5.0" +$coreVersion = "2023.10.3" +$webVersion = "2023.10.2" +$keyConnectorVersion = "2023.10.0" # Functions diff --git a/bitwarden.sh b/bitwarden.sh index 9c03298..5e4d839 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -41,9 +41,9 @@ 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="2023.10.2" -WEBVERSION="2023.10.1" -KEYCONNECTORVERSION="2023.5.0" +COREVERSION="2023.10.3" +WEBVERSION="2023.10.2" +KEYCONNECTORVERSION="2023.10.0" echo "bitwarden.sh version $COREVERSION" docker --version diff --git a/version.json b/version.json index 2760ed3..543e6e9 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { "versions": { - "coreVersion":"2023.10.2", - "webVersion":"2023.10.1", - "keyConnectorVersion":"2023.5.0" + "coreVersion":"2023.10.3", + "webVersion":"2023.10.2", + "keyConnectorVersion":"2023.10.0" } }