Skip to content

Commit

Permalink
Fix release --version
Browse files Browse the repository at this point in the history
  • Loading branch information
alajmo committed Jun 19, 2022
1 parent b47e849 commit 20f8a54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ It's useful when you want a central place for pulling all repositories and runni
You specify repository and tasks in a config file and then run the commands over all or a subset of the repositories.
`
version = "dev"
commit = "none"
date = "n/a"
)

var (
Expand All @@ -31,6 +28,9 @@ var (
userConfigPath string
noColor bool
buildMode = ""
version = "dev"
commit = "none"
date = "n/a"
rootCmd = &cobra.Command{
Use: appName,
Short: shortAppDesc,
Expand Down

0 comments on commit 20f8a54

Please sign in to comment.