#137 save/recall waste configuration with config file

This commit is contained in:
Mikayla Fischler
2023-01-23 20:47:45 -05:00
parent 8abac3fdcb
commit e808ee2be0
5 changed files with 40 additions and 4 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.9.5"
local SUPERVISOR_VERSION = "beta-v0.9.6"
local print = util.print
local println = util.println