#106 fixes to reactor isFormed support

This commit is contained in:
Mikayla Fischler
2022-10-25 23:40:36 -04:00
parent 57bac57e3f
commit 004c960e4d
5 changed files with 94 additions and 76 deletions

View File

@@ -13,7 +13,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.9.0"
local R_PLC_VERSION = "beta-v0.9.1"
local print = util.print
local println = util.println