#80 mek 10.1+ support for reactor plc

This commit is contained in:
Mikayla Fischler
2022-07-15 09:58:04 -04:00
parent 6643c7e6ed
commit 88bf4d5653
2 changed files with 17 additions and 3 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.7.7"
local R_PLC_VERSION = "beta-v0.8.0"
local print = util.print
local println = util.println