From a3a3a2c8bfe99a554dc356a57f71e12e5e371732 Mon Sep 17 00:00:00 2001 From: Mentor Date: Thu, 20 Nov 2025 16:29:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20increment=20cli=20version=20afte?= =?UTF-8?q?r=20pull=20request?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- battery.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery.sh b/battery.sh index 570ce19..9849b01 100755 --- a/battery.sh +++ b/battery.sh @@ -4,7 +4,7 @@ ## Update management ## variables are used by this binary as well at the update script ## ############### -BATTERY_CLI_VERSION="v1.3.1" +BATTERY_CLI_VERSION="v1.3.2" # Path fixes for unexpected environments PATH=/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin