Skip to content

Commit

Permalink
build(version): upgrade version to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp committed Nov 14, 2019
1 parent 41cf15b commit f513991
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 = 1
// VersionPatch is for backwards-compatible bug fixes
VersionPatch int64 = 4
VersionPatch int64 = 5
)

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

0 comments on commit f513991

Please sign in to comment.