From 8287c31802e4ca5baff0a97e9d48ab07a0b8a398 Mon Sep 17 00:00:00 2001 From: Sir Claudius Date: Wed, 25 Feb 2026 11:07:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20to=20v1.3.4?= 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 91968b0..6a54181 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.3" +BATTERY_CLI_VERSION="v1.3.4" # If a script may run as root: # - Reset PATH to safe defaults at the very beginning of the script.