Skip to content

Commit

Permalink
Bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Aug 26, 2022
1 parent dc345dc commit 2568770
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.1",
swVersion = "3.1.2",
http_port = math.floor(node.chipid()/1000) + 8000,
urn = "urn:schemas-konnected-io:device:Security:1"
}
Expand Down

0 comments on commit 2568770

Please sign in to comment.