bugfix to trilight, change to test code in unit view

This commit is contained in:
Mikayla Fischler
2022-09-08 10:22:11 -04:00
parent 3621f53c45
commit c5ba95449f
3 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.4.7"
local COORDINATOR_VERSION = "alpha-v0.4.8"
local print = util.print
local println = util.println