From 57ae67cbbea2e6beaaea221c9de01fc38b2a7650 Mon Sep 17 00:00:00 2001 From: k3rnelpanik <36093328+k3rnelpanik@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:34:04 +0300 Subject: [PATCH] Update main.go to reflect the correct version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f51c6b6..4e95327 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( // Version information const ( - VERSION = "0.1.4" + VERSION = "0.1.5" ) // Embed the shell integration scripts into the binary at compile time