From 07877f2ee2c7f9bc8887e28a50e48f6e98fefc8a Mon Sep 17 00:00:00 2001 From: kozec Date: Sun, 15 Oct 2017 21:18:35 +0200 Subject: [PATCH] Version bump --- scc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scc/constants.py b/scc/constants.py index 5d2323bd9..2048ef3d8 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.15" +DAEMON_VERSION = "0.3.16" HPERIOD = 0.02 LPERIOD = 0.5