Skip to content

Commit

Permalink
fix(version): bump to 0.13 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Apr 29, 2022
1 parent 4b1ae84 commit fb12556
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 = 12
VersionMinor int64 = 13
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64
VersionPatch int64 = 1
)

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

0 comments on commit fb12556

Please sign in to comment.