From 8568b1095c0c27c114fce0f59f6f0419f114f731 Mon Sep 17 00:00:00 2001 From: Ajit Pratap Singh Date: Sun, 8 Mar 2026 13:27:34 +0530 Subject: [PATCH] fix: update cobra command version string to 1.9.2 --- cmd/gosqlx/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gosqlx/cmd/root.go b/cmd/gosqlx/cmd/root.go index fd588e43..26b70614 100644 --- a/cmd/gosqlx/cmd/root.go +++ b/cmd/gosqlx/cmd/root.go @@ -123,7 +123,7 @@ Key features: • CI/CD integration with proper exit codes Performance: 1.5M+ operations/second sustained, 1.97M peak. 100-1000x faster than competitors.`, - Version: "1.9.0", + Version: "1.9.2", } // Execute adds all child commands to the root command and sets flags appropriately.