Skip to content

Commit

Permalink
Update version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
namhyun-gu committed May 3, 2021
1 parent 0da4896 commit 9def9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func NewCmdRoot(factory *cmdutil.Factory) *cobra.Command {
cmd := &cobra.Command{
Use: "brick <command> <subcommand>",
Short: "Compose latest android dependencies",
Version: "0.1.0",
Version: "0.1.7",
}

cmd.AddCommand(getCmd.NewCmdGet(factory))
Expand Down

0 comments on commit 9def9f6

Please sign in to comment.