Skip to content

Commit 9a9b54a

Browse files
ajitpratap0Ajit Pratap Singh
andauthored
fix: update remaining 1.9.0 version references to 1.9.2 in doc comments (#355)
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini-2655.local>
1 parent ecfe063 commit 9a9b54a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/gosqlx/cmd/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
//
342342
// Version information:
343343
//
344-
// Version = "1.9.0" - Current CLI version
344+
// Version = "1.9.2" - Current CLI version
345345
//
346346
// # Dependencies
347347
//

pkg/cbinding/cbinding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// gosqlx_extract_columns(sql) — extract referenced column names as JSON array
3636
// gosqlx_extract_functions(sql) — extract referenced function names as JSON array
3737
// gosqlx_extract_metadata(sql) — extract tables, columns, functions with schema qualification
38-
// gosqlx_version() — return the library version string (e.g. "1.9.0")
38+
// gosqlx_version() — return the library version string (e.g. "1.9.2")
3939
// gosqlx_free(ptr) — free a string previously returned by any gosqlx_* function
4040
package main
4141

0 commit comments

Comments
 (0)