From 4986c8577de52c29f64acb1362bba9f5d029fd2e Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 25 Mar 2023 15:17:20 -0700 Subject: [PATCH] Bump version to v4.0.0-rc1 . (#453) --- custom_components/frigate/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/frigate/manifest.json b/custom_components/frigate/manifest.json index 73e02e58..d0349bea 100644 --- a/custom_components/frigate/manifest.json +++ b/custom_components/frigate/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues", "requirements": ["pytz==2022.7"], - "version": "4.0.0-beta4" + "version": "4.0.0-rc1" }