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 2, 2016
1 parent 095fc90 commit 720f1a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Download the latest release for your platform:
#### OS X

```bash
wget https://github.com/bcicen/slackcat/releases/download/v0.3/slackcat-0.3-darwin-amd64 -O slackcat
wget https://github.com/bcicen/slackcat/releases/download/v0.4/slackcat-0.4-darwin-amd64 -O slackcat
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```

#### Linux

```bash
wget https://github.com/bcicen/slackcat/releases/download/v0.3/slackcat-0.3-linux-amd64 -O slackcat
wget https://github.com/bcicen/slackcat/releases/download/v0.4/slackcat-0.4-linux-amd64 -O slackcat
sudo mv slackcat /usr/local/bin/
sudo chmod +x /usr/local/bin/slackcat
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3
0.4
2 changes: 1 addition & 1 deletion slackcat.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
app := cli.NewApp()
app.Name = "slackcat"
app.Usage = "redirect a file to slack"
app.Version = "0.3"
app.Version = "0.4"
app.Flags = []cli.Flag{
cli.BoolFlag{
Name: "tee, t",
Expand Down

0 comments on commit 720f1a1

Please sign in to comment.