Skip to content

Commit

Permalink
Preparing version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Aug 4, 2015
1 parent cf8b6c7 commit 5e513cc
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.5.0/captain > /usr/local/bin/captain
curl -L https://github.com/harbur/captain/releases/download/v0.6.0/captain > /usr/local/bin/captain
chmod +x /usr/local/bin/captain
```

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

Expand Down

0 comments on commit 5e513cc

Please sign in to comment.