status message cleanup and some updated comments

This commit is contained in:
Mikayla Fischler
2023-02-26 14:22:25 -05:00
parent b150072234
commit 2b8f71fc43
5 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local COORDINATOR_VERSION = "v0.11.4"
local COORDINATOR_VERSION = "v0.11.5"
local print = util.print
local println = util.println