We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8a016 commit e7a1361Copy full SHA for e7a1361
cmd/root.go
@@ -33,11 +33,8 @@ var srcFile, destDir string
33
34
// rootCmd represents the base command when called without any subcommands
35
var rootCmd = &cobra.Command{
36
- Use: "gota",
37
- Short: "Go Over the Air installation for Android APK and iOS Ipa files!",
38
- Run: func(cmd *cobra.Command, args []string) {
39
- cmd.SetVersionTemplate("v0.1.4")
40
- },
+ Use: "gota",
+ Short: "Go Over the Air installation for Android APK and iOS Ipa files!",
41
Version: getVersion(),
42
}
43
0 commit comments