Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusd committed Aug 22, 2018
1 parent 7c5fbb2 commit 4a66c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version.go
Expand Up @@ -16,9 +16,9 @@ const (
const (
MajorVersion = 0
MinorVersion = 6
PatchVersion = 0
PatchVersion = 1
)

// Version is the package version. Remember to modify the previous constants as
// well on version bumps.
const Version = "0.6.0"
const Version = "0.6.1+pre"

0 comments on commit 4a66c02

Please sign in to comment.