moved supervisor unit/facility files out of sessions folder

This commit is contained in:
Mikayla Fischler
2023-02-18 17:36:44 -05:00
parent c18e7ef4d0
commit 9f95801bfc
5 changed files with 6 additions and 3 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.11.9"
local SUPERVISOR_VERSION = "beta-v0.11.10"
local print = util.print
local println = util.println