From 8acc5d01d073b3541836460861b13b4f15279341 Mon Sep 17 00:00:00 2001 From: Samiul Sk Date: Mon, 10 Nov 2025 16:40:17 +0530 Subject: [PATCH] chore: bump version to v0.1.2 - Update version for config command feature - Update commit hash and build date --- internal/version/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/version/version.go b/internal/version/version.go index 10a9b3b..8763d1b 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,9 +1,9 @@ package version var ( - Version = "v0.1.1" - GitCommit = "4784595" - BuildDate = "2025-11-07" + Version = "v0.1.2" + GitCommit = "d30c483" + BuildDate = "2025-11-10" ) // GetVersion returns just the version string