Skip to content

Commit 32fb0d7

Browse files
committed
Preparing version 0.5.0
1 parent a87d23c commit 32fb0d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ From the other side, you can now pull the feature branch you want to test, or cr
1717
To install Captain, run the following commands:
1818

1919
```
20-
curl -L https://github.com/harbur/captain/releases/download/v0.4.0/captain > /usr/local/bin/captain
20+
curl -L https://github.com/harbur/captain/releases/download/v0.5.0/captain > /usr/local/bin/captain
2121
chmod +x /usr/local/bin/captain
2222
```
2323

captain/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func handleCmd() {
9191
Short: "Display version",
9292
Long: `Displays the version of Captain.`,
9393
Run: func(cmd *cobra.Command, args []string) {
94-
fmt.Println("v0.4.0")
94+
fmt.Println("v0.5.0")
9595
},
9696
}
9797

0 commit comments

Comments
 (0)