Skip to content

Commit

Permalink
#479 updated comms protocol versions for sodium emergency coolant cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
MikaylaFischler committed Dec 21, 2024
1 parent cb2ebd4 commit b61fd2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scada-common/comms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ local max_distance = nil
local comms = {}

-- protocol/data versions (protocol/data independent changes tracked by util.lua version)
comms.version = "3.0.2"
comms.api_version = "0.0.7"
comms.version = "3.0.3"
comms.api_version = "0.0.8"

---@enum PROTOCOL
local PROTOCOL = {
Expand Down

0 comments on commit b61fd2c

Please sign in to comment.