Skip to content

Commit acba150

Browse files
committed
set version to a proper value
1 parent e41444e commit acba150

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.1.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)