Skip to content

Commit

Permalink
bump 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Oct 6, 2022
1 parent 7ccb923 commit a9a4ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfs/device.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local me = {
id = "uuid:8f655392-a778-4fee-97b9-4825918" .. string.format("%x", node.chipid()),
name = "Konnected",
hwVersion = "3.0.0",
swVersion = "3.1.2",
swVersion = "3.1.3",
http_port = math.floor(node.chipid()/1000) + 8000,
urn = "urn:schemas-konnected-io:device:Security:1"
}
Expand Down

0 comments on commit a9a4ab4

Please sign in to comment.