wip2
This commit is contained in:
@@ -18,7 +18,7 @@ var versionCmd = &cobra.Command{
|
||||
Use: "version",
|
||||
Short: "Show version",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Println("iptvc v" + app.VERSION)
|
||||
fmt.Println("iptvc v" + app.Version())
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user