Skip to content

Commit 57e9291

Browse files
committed
Preparing version 1.1.3
1 parent 10c4ad3 commit 57e9291

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ From the other side, you can now pull the feature branch you want to test, or cr
1818

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

2424
You will need to add `~/.captain/bin` in your `PATH`. E.g. in your `.bashrc` or `.zshrc` add:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.2
1+
v1.1.3

cmd/captain/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func handleCmd() {
169169
Short: "Display version",
170170
Long: `Displays the version of Captain.`,
171171
Run: func(cmd *cobra.Command, args []string) {
172-
fmt.Println("v1.1.2")
172+
fmt.Println("v1.1.3")
173173
},
174174
}
175175

0 commit comments

Comments
 (0)