From 4899f6999580631014e0bcaf4dcf4321b66383f8 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 21 Jan 2024 00:24:20 -0600 Subject: [PATCH] Version 0.4.8.13 --- scc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scc/constants.py b/scc/constants.py index 217fa5fa..8738b34a 100644 --- a/scc/constants.py +++ b/scc/constants.py @@ -28,7 +28,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.8.12" +DAEMON_VERSION = "0.4.8.13" HPERIOD = 0.02 LPERIOD = 0.5