Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtycajunrice committed Aug 24, 2020
1 parent 2879200 commit 26c4b57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/commands/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ var (

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Use: "get",
Use: "version",
Short: "get the version and build date",
Long: "",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("Version: %s, Build Date: %s, Commit: %s", version, buildDate, commit)
fmt.Printf("Version: %s, Build Date: %s, Commit: %s\n", version, buildDate, commit)
},
}

Expand Down

0 comments on commit 26c4b57

Please sign in to comment.