Skip to content

Commit

Permalink
chore(release): uptick version to v0.14.0 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick authored May 2, 2022
1 parent c0f5667 commit 514b62d
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 = 13
VersionMinor int64 = 14
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64 = 1
VersionPatch int64
)

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

0 comments on commit 514b62d

Please sign in to comment.