enhance: [GoSDK] Bump milvusclient version to v2.6.1 (#44775)

Bump go milvus client version to v2.6.1

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2025-10-11 19:25:57 +08:00 committed by GitHub
parent 69a5ff5518
commit 0a908c2e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,5 +18,5 @@ package common
const (
// SDKVersion const value for current version
SDKVersion = `2.6.0`
SDKVersion = `2.6.1`
)