Skip to content

Commit

Permalink
⬆️ Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jul 19, 2018
1 parent 3979b4c commit bceca7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ Binaries can be manually downloaded from GitHub releases: https://github.com/jen
#### OSX

```
curl -L https://github.com/jenssegers/captain/releases/download/0.3.1/captain-osx > /usr/local/bin/captain && chmod +x /usr/local/bin/captain
curl -L https://github.com/jenssegers/captain/releases/download/0.3.2/captain-osx > /usr/local/bin/captain && chmod +x /usr/local/bin/captain
```

#### Linux

```
curl -L https://github.com/jenssegers/captain/releases/download/0.3.1/captain-linux > /usr/local/bin/captain && chmod +x /usr/local/bin/captain
curl -L https://github.com/jenssegers/captain/releases/download/0.3.2/captain-linux > /usr/local/bin/captain && chmod +x /usr/local/bin/captain
```

#### Windows (untested)

Download `captain.exe` via https://github.com/jenssegers/captain/releases/download/0.3.1/captain.exe
Download `captain.exe` via https://github.com/jenssegers/captain/releases/download/0.3.2/captain.exe

## Usage

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func main() {
app := cli.NewApp()
app.Name = "captain"
app.Usage = "Start and stop docker compose projects"
app.Version = "0.3.1"
app.Version = "0.3.2"

app.Commands = []cli.Command{
{
Expand Down

0 comments on commit bceca7e

Please sign in to comment.