diff --git a/cli/root.go b/cli/root.go index b12d487..7ae07db 100644 --- a/cli/root.go +++ b/cli/root.go @@ -36,14 +36,14 @@ func NewCmdRoot() *cli.App { func rootSubCommands() []cli.Command { return []cli.Command{ - newVersionCmd(), - newGCPCmd(), + newCircleCICmd(), newDatadaogCmd(), + newFirebaseCmd(), + newGCPCmd(), + newGithubCmd(), newGoogleCmd(), - newYoutubeCmd(), newPagerDutyCmd(), - newGithubCmd(), - newCircleCICmd(), - newFirebaseCmd(), + newVersionCmd(), + newYoutubeCmd(), } } diff --git a/cli/version.go b/cli/version.go index e5621d3..536dca2 100644 --- a/cli/version.go +++ b/cli/version.go @@ -21,7 +21,7 @@ import ( ) const ( - version = "0.0.11" + version = "0.0.12" ) func newVersionCmd() cli.Command {