Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Mar 3, 2016
1 parent bb856c1 commit 17f6433
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 @@ -14,7 +14,7 @@ func main() {
app := cli.NewApp()
app.Name = "slacknimate"
app.Usage = "text animation for Slack messages"
app.Version = "1.0.0"
app.Version = "1.0.1"
app.UsageText = "slacknimate [options]"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 17f6433

Please sign in to comment.