#148 fixed burn rate ramping, adjusted auto burn rate ramping

This commit is contained in:
Mikayla Fischler
2023-02-02 20:17:23 -05:00
parent fe71615c12
commit 846f9685ad
3 changed files with 19 additions and 8 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.0"
local R_PLC_VERSION = "beta-v0.10.1"
local print = util.print
local println = util.println