Skip to content

Commit

Permalink
Updates version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed Dec 4, 2023
1 parent d8e2383 commit a424091
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.3
VERSION:=0.0.4
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.3",
"version": "0.0.4",
"battery_types": "EG4LLv2,lifepower4",
"device_types": "serial,hidraw,tcp",
"protocols": "auto,ModbusRTU,ModbusTCP,lifepower4",
Expand Down

0 comments on commit a424091

Please sign in to comment.