version increments

This commit is contained in:
Mikayla Fischler
2024-10-14 13:39:37 -04:00
parent 620fa362f6
commit 7bb49c51c8
4 changed files with 4 additions and 4 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.11"
local R_PLC_VERSION = "v1.8.12"
local println = util.println
local println_ts = util.println_ts