From f8f56a270001c6f2a059959f479ea39b76b75827 Mon Sep 17 00:00:00 2001
From: David Rapan <david@rapan.cz>
Date: Mon, 9 Dec 2024 03:15:36 +0100
Subject: [PATCH] chore: Bump version

---
 custom_components/solarman/manifest.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom_components/solarman/manifest.json b/custom_components/solarman/manifest.json
index 96a13243..50d95d53 100644
--- a/custom_components/solarman/manifest.json
+++ b/custom_components/solarman/manifest.json
@@ -9,5 +9,5 @@
   "iot_class": "local_polling",
   "issue_tracker": "https://github.com/davidrapan/ha-solarman/issues",
   "requirements": ["propcache", "pyyaml", "umodbus"],
-  "version": "24.12.08_8"
+  "version": "24.12.08_9"
 }