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