#172 fixed bug with full builds not being sent

This commit is contained in:
Mikayla Fischler
2023-02-20 14:50:20 -05:00
parent 8df67245c5
commit e2d2a0f1dc
8 changed files with 63 additions and 25 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 = "beta-v0.10.0"
local COORDINATOR_VERSION = "beta-v0.10.1"
local print = util.print
local println = util.println