#326 added commas to dynamic tank fill

This commit is contained in:
Mikayla Fischler
2023-08-25 20:53:28 -04:00
parent 89d1087b1c
commit d18a93f7d2
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v1.0.4"
local COORDINATOR_VERSION = "v1.0.5"
local println = util.println
local println_ts = util.println_ts