Skip to content

Commit 0bccfc8

Browse files
authored
Update internal version constant (#1266)
* bump internal version * Empty-Commit
1 parent 7b2963d commit 0bccfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package internal
4343
// Due to all of this unreliability, this should be used as strictly informational
4444
// metadata, e.g. for caller version monitoring, never behavioral (use
4545
// FeatureVersion or feature flags instead).
46-
const LibraryVersion = "1.0.0"
46+
const LibraryVersion = "1.0.1"
4747

4848
// FeatureVersion is a semver that informs the server of what high-level behaviors
4949
// this client supports.

0 commit comments

Comments
 (0)