Skip to content

Commit

Permalink
bump version -> v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquive committed Mar 26, 2022
1 parent 86845a6 commit 9d94271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generate_manpages.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/spf13/cobra/doc"
)

var version = "v2.0.5-dev"
var version = "v2.0.6-dev"

func usage() {
fmt.Println("usage: genman <output_path>")
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "github.com/gesquive/git-user/cmd"

var (
buildVersion = "v2.0.5-dev"
buildVersion = "v2.0.6-dev"
buildCommit = ""
buildDate = ""
)
Expand Down

0 comments on commit 9d94271

Please sign in to comment.