Skip to content

Commit

Permalink
Merge branch 'master' into retry-cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
vrothberg authored Dec 13, 2019
2 parents b06e70d + 812dc12 commit f987b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 0
VersionMinor = 1
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 1

Expand Down

0 comments on commit f987b74

Please sign in to comment.