#148 fixed burn rate ramping again for real this time

This commit is contained in:
Mikayla Fischler
2023-02-02 22:04:26 -05:00
parent 846f9685ad
commit 5721231ffd
2 changed files with 18 additions and 26 deletions

View File

@@ -14,7 +14,7 @@ local config = require("reactor-plc.config")
local plc = require("reactor-plc.plc")
local threads = require("reactor-plc.threads")
local R_PLC_VERSION = "beta-v0.10.1"
local R_PLC_VERSION = "beta-v0.10.2"
local print = util.print
local println = util.println