Skip to content

Commit

Permalink
chore: update version for v0.5.3 release (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored Aug 14, 2020
1 parent a649b04 commit c24438c
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 = 5
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64 = 2
VersionPatch int64 = 3
)

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

0 comments on commit c24438c

Please sign in to comment.