version increment and log message formatting

This commit is contained in:
Mikayla Fischler
2025-10-26 18:15:18 -04:00
parent 1f9e86f6ea
commit 2fefe4fbd6
4 changed files with 9 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ local t_pack = table.pack
local util = {}
-- scada-common version
util.version = "1.5.5"
util.version = "1.5.6"
util.TICK_TIME_S = 0.05
util.TICK_TIME_MS = 50