Skip to content

Commit

Permalink
add patch version
Browse files Browse the repository at this point in the history
might as well since we'll need to release patch version
  • Loading branch information
wass3r authored Apr 27, 2022
1 parent aa5de3e commit 0ef76f0
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 @@ -12,7 +12,7 @@ var (
// VersionMinor is for functionality in a backwards-compatible manner.
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 0ef76f0

Please sign in to comment.