#272 fixed bug with transmitting unit dynamic tank table

This commit is contained in:
Mikayla Fischler
2023-07-15 13:31:48 -04:00
parent 47bda73afe
commit cff7c724be
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.20.0"
local SUPERVISOR_VERSION = "v0.20.1"
local println = util.println
local println_ts = util.println_ts