This commit is contained in:
2026-05-30 09:24:42 +08:00
parent 6c3de4b2ef
commit 6cef7b6da3
15 changed files with 520 additions and 68 deletions
+1 -1
View File
@@ -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())
},
}