Skip to content

Commit

Permalink
Updates to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed May 28, 2024
1 parent 8d07314 commit 1ba393a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME:=wombatt
VERSION:=0.0.6
VERSION:=0.0.7
LINUX_ARCH:=amd64 arm arm64

all:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
// Compact: true,
}),
kong.Vars{
"version": "0.0.6",
"version": "0.0.7",
"bms_types": "EG4LLv2,lifepower4,pacemodbus",
"device_types": "serial,hidraw,tcp",
"protocols": "auto,ModbusRTU,ModbusTCP,lifepower4",
Expand Down

0 comments on commit 1ba393a

Please sign in to comment.