#126 fixed RTU builds not being sent to coordinator at the correct times

This commit is contained in:
Mikayla Fischler
2022-11-14 21:43:02 -05:00
parent 9761228b8e
commit 7c39e8c72b
2 changed files with 14 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.7.6"
local SUPERVISOR_VERSION = "beta-v0.7.7"
local print = util.print
local println = util.println