Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Jan 5, 2016
1 parent b12118b commit 36e9771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5
2 changes: 1 addition & 1 deletion slackcat.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func main() {
app := cli.NewApp()
app.Name = "slackcat"
app.Usage = "redirect a file to slack"
app.Version = "0.4"
app.Version = "0.5"
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "tee, t",
Expand Down

0 comments on commit 36e9771

Please sign in to comment.