fixed bug with automatic limit update

This commit is contained in:
Mikayla Fischler
2023-01-03 17:03:20 -05:00
parent 41838ee340
commit a1c1125d54
2 changed files with 3 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.9.3"
local SUPERVISOR_VERSION = "beta-v0.9.4"
local print = util.print
local println = util.println