From 0f1a4521b33f30811eeec3467c128f61c547c3f3 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 2 Feb 2024 20:11:52 +0700 Subject: [PATCH] Published the client --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 48187e5..9260637 100755 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/manticoresoftware/manticoresearch-go +module github.com/manticoresoftware/manticoresearch-go/v1.0.0 go 1.18