Skip to content

Commit

Permalink
fix: update version for release candidate (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored Sep 22, 2020
1 parent 0eec618 commit 0d5f39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ var (
// VersionMajor is for an API incompatible changes
VersionMajor int64
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor int64 = 4
VersionMinor int64 = 6
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64 = 3
VersionPatch int64
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 0d5f39c

Please sign in to comment.