From 71340af7c26481237487674d0f120174faaef3f1 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 3 Oct 2024 21:36:51 +0200 Subject: [PATCH] Tag 0.4.9.4 --- scc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scc/constants.py b/scc/constants.py index 39f709dd..91eb2333 100644 --- a/scc/constants.py +++ b/scc/constants.py @@ -26,7 +26,7 @@ If SC-Controller is updated while daemon is running, DAEMON_VERSION send by daemon will differ one one expected by UI and daemon will be forcefully restarted. """ -DAEMON_VERSION = "0.4.9.2" +DAEMON_VERSION = "0.4.9.4" HPERIOD = 0.02 LPERIOD = 0.5