Skip to content

Commit

Permalink
Preparing version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Jul 8, 2015
1 parent 6eaa088 commit a27926b
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.3.0/captain > /usr/local/bin/captain
curl -L https://github.com/harbur/"captain/releases/download/v0.3.1/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 @@ -74,7 +74,7 @@ func handleCmd() {
Short: "Display version",
Long: `Displays the version of Captain.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v0.3.0")
fmt.Println("v0.3.1")
},
}

Expand Down

0 comments on commit a27926b

Please sign in to comment.