Skip to content

Commit

Permalink
cmd: bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scbizu committed Jul 8, 2022
1 parent f1f928d commit 33fc0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func version(commit string) string {

const (
vMajor = 2
vMinor = 5
vPatch = 6
vMinor = 6
vPatch = 0
)

// versionCmd represents the version command
Expand Down

0 comments on commit 33fc0f2

Please sign in to comment.