version increment and log message formatting

This commit is contained in:
Mikayla Fischler
2025-10-26 18:15:18 -04:00
parent 1f9e86f6ea
commit 2fefe4fbd6
4 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ local plc = require("reactor-plc.plc")
local renderer = require("reactor-plc.renderer")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "v1.9.0"
local R_PLC_VERSION = "v1.9.1"
local println = util.println
local println_ts = util.println_ts