Skip to content

Commit

Permalink
Merge pull request #15 from go-vela/release_v0.1.3
Browse files Browse the repository at this point in the history
Upgrade Vela CLI version
  • Loading branch information
Emmanuel Meinen authored Nov 13, 2019
2 parents ad5c7bc + defd9d9 commit c60c73a
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 c60c73a

Please sign in to comment.