#71 validate frame data types

This commit is contained in:
Mikayla Fischler
2022-06-05 13:21:02 -04:00
parent f0c97e8b70
commit 81345f5325
4 changed files with 77 additions and 48 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.4.11"
local SUPERVISOR_VERSION = "beta-v0.4.12"
local print = util.print
local println = util.println