Skip to content

Commit

Permalink
chore: manually bump version (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r authored Feb 4, 2022
1 parent 1971a92 commit 5aa8e3d
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 @@ -10,7 +10,7 @@ var (
// VersionMajor is for an API incompatible changes.
VersionMajor int64
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 11
VersionMinor int64 = 12
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64
)
Expand Down

0 comments on commit 5aa8e3d

Please sign in to comment.