Skip to content

Commit

Permalink
set version to a proper value
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Aug 14, 2023
1 parent e41444e commit acba150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit acba150

Please sign in to comment.