master
newApp
func newApp() *cli.App { app := cli.NewApp() app.Name = "smartling" app.Version = strings.TrimPrefix(Version, "v")