Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Jan 9, 2019
1 parent ca66a3e commit c7e17e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
cmdline := cli.NewApp()
cmdline.Name = "stars"
cmdline.Usage = "Command-line interface to YOUR GitHub stars"
cmdline.Version = "0.4.6"
cmdline.Version = "0.4.7"
cmdline.Commands = []cli.Command{
{
Name: "save",
Expand Down

0 comments on commit c7e17e1

Please sign in to comment.