We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2963d commit 0bccfc8Copy full SHA for 0bccfc8
internal/version.go
@@ -43,7 +43,7 @@ package internal
43
// Due to all of this unreliability, this should be used as strictly informational
44
// metadata, e.g. for caller version monitoring, never behavioral (use
45
// FeatureVersion or feature flags instead).
46
-const LibraryVersion = "1.0.0"
+const LibraryVersion = "1.0.1"
47
48
// FeatureVersion is a semver that informs the server of what high-level behaviors
49
// this client supports.
0 commit comments