Skip to content

Commit

Permalink
Merge pull request #60 from KeisukeYamashita/fix-command-alphabetical
Browse files Browse the repository at this point in the history
Fix command alphabetically
  • Loading branch information
KeisukeYamashita committed Oct 8, 2019
2 parents b7100e3 + 421a725 commit 5272bb3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
}
}
2 changes: 1 addition & 1 deletion cli/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
version = "0.0.11"
version = "0.0.12"
)

func newVersionCmd() cli.Command {
Expand Down

0 comments on commit 5272bb3

Please sign in to comment.