From 1ba393a63188fdc2abcaaba86f7d4b73d9f35bcd Mon Sep 17 00:00:00 2001 From: Gonzalo Paniagua Javier Date: Tue, 28 May 2024 00:11:28 -0400 Subject: [PATCH] Updates to v0.0.7 --- Makefile.release | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.release b/Makefile.release index 3de3c5a..a2f7957 100644 --- a/Makefile.release +++ b/Makefile.release @@ -1,5 +1,5 @@ NAME:=wombatt -VERSION:=0.0.6 +VERSION:=0.0.7 LINUX_ARCH:=amd64 arm arm64 all: diff --git a/main.go b/main.go index 28c2287..fb3f039 100644 --- a/main.go +++ b/main.go @@ -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",