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.