#86 type bug fix

This commit is contained in:
Mikayla Fischler
2022-09-05 11:49:23 -04:00
parent 564b89d19c
commit 621adbbcbc
2 changed files with 13 additions and 11 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.7"
local SUPERVISOR_VERSION = "beta-v0.5.8"
local print = util.print
local println = util.println