Skip to content

Commit

Permalink
chore(version): upgrade Vela CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp authored Nov 13, 2019
1 parent ad5c7bc commit defd9d9
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 = 2
VersionPatch int64 = 3
)

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

0 comments on commit defd9d9

Please sign in to comment.