diff --git a/scc/constants.py b/scc/constants.py index aa8b354b8..8c8b6d4f3 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.3.6.1" +DAEMON_VERSION = "0.3.6.2" HPERIOD = 0.02 LPERIOD = 0.5