Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed Nov 10, 2023
1 parent 5ca1193 commit f8954aa
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.2
VERSION:=0.0.3
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.2",
"version": "0.0.3",
"battery_types": "EG4LLv2,lifepower4",
"device_types": "serial,hidraw,tcp",
"protocols": "auto,RTU,TCP,lifepower4",
Expand Down

0 comments on commit f8954aa

Please sign in to comment.