#287 fixed coordinator not notifying supervisor of auto waste config

This commit is contained in:
Mikayla Fischler
2023-07-17 22:09:21 -04:00
parent 1202289fab
commit 455653074a
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v0.21.0"
local COORDINATOR_VERSION = "v0.21.1"
local println = util.println
local println_ts = util.println_ts