From acba150bf9a126b664fc85f660edcf480fe96815 Mon Sep 17 00:00:00 2001 From: Ilya Ozherelyev Date: Mon, 14 Aug 2023 12:41:47 +0200 Subject: [PATCH] set version to a proper value --- internal/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version.go b/internal/version.go index 3ec55b493..54523da73 100644 --- a/internal/version.go +++ b/internal/version.go @@ -43,7 +43,7 @@ package internal // Due to all of this unreliability, this should be used as strictly informational // metadata, e.g. for caller version monitoring, never behavioral (use // FeatureVersion or feature flags instead). -const LibraryVersion = "1.1.0" +const LibraryVersion = "1.0.1" // FeatureVersion is a semver that informs the server of what high-level behaviors // this client supports.