Skip to content

Commit

Permalink
bump up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaylaFischler committed Dec 21, 2024
1 parent 22a7fda commit 57c75be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion coordinator/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local threads = require("coordinator.threads")

local COORDINATOR_VERSION = "v1.6.0"
local COORDINATOR_VERSION = "v1.6.1"

local CHUNK_LOAD_DELAY_S = 30.0

Expand Down
2 changes: 1 addition & 1 deletion pocket/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ local pocket = require("pocket.pocket")
local renderer = require("pocket.renderer")
local threads = require("pocket.threads")

local POCKET_VERSION = "v0.12.12-alpha"
local POCKET_VERSION = "v0.12.13-alpha"

local println = util.println
local println_ts = util.println_ts
Expand Down
2 changes: 1 addition & 1 deletion reactor-plc/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.13"
local R_PLC_VERSION = "v1.8.14"

local println = util.println
local println_ts = util.println_ts
Expand Down
2 changes: 1 addition & 1 deletion rtu/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu")
local sps_rtu = require("rtu.dev.sps_rtu")
local turbinev_rtu = require("rtu.dev.turbinev_rtu")

local RTU_VERSION = "v1.10.20"
local RTU_VERSION = "v1.10.21"

local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE
local RTU_HW_STATE = databus.RTU_HW_STATE
Expand Down
2 changes: 1 addition & 1 deletion supervisor/startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")

local svsessions = require("supervisor.session.svsessions")

local SUPERVISOR_VERSION = "v1.6.0"
local SUPERVISOR_VERSION = "v1.6.1"

local println = util.println
local println_ts = util.println_ts
Expand Down

0 comments on commit 57c75be

Please sign in to comment.