Skip to content

Commit

Permalink
Preparing version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Apr 22, 2019
1 parent 10c4ad3 commit 57e9291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ From the other side, you can now pull the feature branch you want to test, or cr

To install Captain, run:
```
curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.1.2/install.sh | bash
curl -sSL https://raw.githubusercontent.com/harbur/captain/v1.1.3/install.sh | bash
```

You will need to add `~/.captain/bin` in your `PATH`. E.g. in your `.bashrc` or `.zshrc` add:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.2
v1.1.3
2 changes: 1 addition & 1 deletion cmd/captain/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func handleCmd() {
Short: "Display version",
Long: `Displays the version of Captain.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.1.2")
fmt.Println("v1.1.3")
},
}

Expand Down

0 comments on commit 57e9291

Please sign in to comment.