comments and version increments

This commit is contained in:
Mikayla Fischler
2024-10-04 21:12:37 -04:00
parent 9521acd8af
commit 8238b26eec
3 changed files with 3 additions and 2 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.10"
local R_PLC_VERSION = "v1.8.11"
local println = util.println
local println_ts = util.println_ts