PLC bugfixes

This commit is contained in:
Mikayla Fischler
2022-05-06 09:10:50 -04:00
parent eaabe51537
commit b7e5ced2e8
2 changed files with 7 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ local config = require("config")
local plc = require("plc")
local threads = require("threads")
local R_PLC_VERSION = "alpha-v0.6.3"
local R_PLC_VERSION = "alpha-v0.6.4"
local print = util.print
local println = util.println