#86 send builds and statuses periodically

This commit is contained in:
Mikayla Fischler
2022-08-28 12:57:36 -04:00
parent eadf5c488a
commit d38e5ca5ec
4 changed files with 83 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.5.5"
local SUPERVISOR_VERSION = "beta-v0.5.6"
local print = util.print
local println = util.println