diff --git a/bitwarden.ps1 b/bitwarden.ps1 index cc4e629..e1bae6d 100644 --- a/bitwarden.ps1 +++ b/bitwarden.ps1 @@ -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 = "2023.10.0" +$coreVersion = "2023.10.1" $webVersion = "2023.10.0" $keyConnectorVersion = "2023.5.0" diff --git a/bitwarden.sh b/bitwarden.sh index af770c3..b6be361 100755 --- a/bitwarden.sh +++ b/bitwarden.sh @@ -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="2023.10.0" +COREVERSION="2023.10.1" WEBVERSION="2023.10.0" KEYCONNECTORVERSION="2023.5.0" diff --git a/version.json b/version.json index ead9d20..72006eb 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "versions": { - "coreVersion":"2023.10.0", + "coreVersion":"2023.10.1", "webVersion":"2023.10.0", "keyConnectorVersion":"2023.5.0" }