Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalop committed Oct 22, 2023
1 parent e54f1aa commit ebabab6
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.1
VERSION:=0.0.2
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.1",
"version": "0.0.2",
"battery_types": "EG4LLv2",
"device_types": "serial,hidraw,tcp",
})
Expand Down

0 comments on commit ebabab6

Please sign in to comment.