diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 21:03:20 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 21:03:20 +0530 |
commit | 28b52bfddc5ad4802efdf82a75618e27eb1b3e36 (patch) | |
tree | 34d95f1992d9dc8285ec4328505ef6450adfe032 | |
parent | cdc3989de0a1f190d9fad14d6459f66349f385ef (diff) |
changed macli version text
-rw-r--r-- | cmd/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/version.go b/cmd/version.go index 0169dd2..6baf737 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -30,7 +30,7 @@ var versionCmd = &cobra.Command { Short: "Shows current version", Long: "Shows current version of macli", Run: func(cmd *cobra.Command, args []string) { - fmt.Println("macli ::", version) + fmt.Println("macli ", version) }, } |