From 696573e644add5f5f1bcbaf06aa69dfa92afae6e Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 3 Jan 2026 15:10:20 -0800 Subject: [PATCH] Bump version to 0.1.2 --- internal/cmd/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/version.go b/internal/cmd/version.go index 3a5558a8..cd06836a 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -11,7 +11,7 @@ import ( // Version information - set at build time via ldflags var ( - Version = "0.1.1" + Version = "0.1.2" // Build can be set via ldflags at compile time Build = "dev" // Commit and Branch - the git revision the binary was built from (optional ldflag)