Skip to content

Commit

Permalink
Updates for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed Jun 7, 2024
1 parent 503eada commit 96fda56
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.7
VERSION:=0.0.8
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 @@ -44,7 +44,7 @@ func main() {
// Compact: true,
}),
kong.Vars{
"version": "0.0.7",
"version": "0.0.8",
"bms_types": "EG4LLv2,lifepower4,pacemodbus",
"device_types": "serial,hidraw,tcp",
"protocols": "auto,ModbusRTU,ModbusTCP,lifepower4",
Expand Down

0 comments on commit 96fda56

Please sign in to comment.