#155 gen rate mode pausing on units no longer being ready

This commit is contained in:
Mikayla Fischler
2023-02-11 14:27:29 -05:00
parent ff1bd02739
commit 42ff61a8a1
4 changed files with 66 additions and 11 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.10.7"
local SUPERVISOR_VERSION = "beta-v0.11.0"
local print = util.print
local println = util.println