#158 fixed race conditions and cleaned up ascram logic

This commit is contained in:
Mikayla Fischler
2023-02-13 18:08:32 -05:00
parent fdf75350c0
commit ccd9f4b6cc
3 changed files with 78 additions and 86 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.2"
local SUPERVISOR_VERSION = "beta-v0.11.3"
local print = util.print
local println = util.println