added new! tags to reactor PLC configurator

This commit is contained in:
Mikayla Fischler
2025-06-29 16:32:40 -04:00
parent 2998371b89
commit acaa9369f4
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.8.21"
local R_PLC_VERSION = "v1.8.22"
local println = util.println
local println_ts = util.println_ts