From 2893fbbc3857bd2b362493e28f0bee7d5f90676c Mon Sep 17 00:00:00 2001 From: Ajit Pratap Singh Date: Sun, 8 Mar 2026 13:41:20 +0530 Subject: [PATCH] fix: update remaining 1.9.0 version references to 1.9.2 in doc comments --- cmd/gosqlx/cmd/doc.go | 2 +- pkg/cbinding/cbinding.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/gosqlx/cmd/doc.go b/cmd/gosqlx/cmd/doc.go index db62b322..6d977317 100644 --- a/cmd/gosqlx/cmd/doc.go +++ b/cmd/gosqlx/cmd/doc.go @@ -341,7 +341,7 @@ // // Version information: // -// Version = "1.9.0" - Current CLI version +// Version = "1.9.2" - Current CLI version // // # Dependencies // diff --git a/pkg/cbinding/cbinding.go b/pkg/cbinding/cbinding.go index 1257efa1..f2a0bdfc 100644 --- a/pkg/cbinding/cbinding.go +++ b/pkg/cbinding/cbinding.go @@ -35,7 +35,7 @@ // gosqlx_extract_columns(sql) — extract referenced column names as JSON array // gosqlx_extract_functions(sql) — extract referenced function names as JSON array // gosqlx_extract_metadata(sql) — extract tables, columns, functions with schema qualification -// gosqlx_version() — return the library version string (e.g. "1.9.0") +// gosqlx_version() — return the library version string (e.g. "1.9.2") // gosqlx_free(ptr) — free a string previously returned by any gosqlx_* function package main