Skip to content

Commit

Permalink
Preparing version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Jul 11, 2015
1 parent a87d23c commit 32fb0d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ From the other side, you can now pull the feature branch you want to test, or cr
To install Captain, run the following commands:

```
curl -L https://github.com/harbur/captain/releases/download/v0.4.0/captain > /usr/local/bin/captain
curl -L https://github.com/harbur/captain/releases/download/v0.5.0/captain > /usr/local/bin/captain
chmod +x /usr/local/bin/captain
```

Expand Down
2 changes: 1 addition & 1 deletion captain/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func handleCmd() {
Short: "Display version",
Long: `Displays the version of Captain.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.4.0")
fmt.Println("v0.5.0")
},
}

Expand Down

0 comments on commit 32fb0d7

Please sign in to comment.