#166 removed sounder test code from GUI

This commit is contained in:
Mikayla Fischler
2023-02-25 12:51:37 -05:00
parent 7508acb1a7
commit bd1625c42e
2 changed files with 1 additions and 32 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.1"
local COORDINATOR_VERSION = "v0.11.2"
local print = util.print
local println = util.println