Skip to content

Commit 5e513cc

Browse files
committed
Preparing version 0.6.0
1 parent cf8b6c7 commit 5e513cc

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.5.0/captain > /usr/local/bin/captain
20+
curl -L https://github.com/harbur/captain/releases/download/v0.6.0/captain > /usr/local/bin/captain
2121
chmod +x /usr/local/bin/captain
2222
```
2323

cmd/captain/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func handleCmd() {
101101
Short: "Display version",
102102
Long: `Displays the version of Captain.`,
103103
Run: func(cmd *cobra.Command, args []string) {
104-
fmt.Println("v0.5.0")
104+
fmt.Println("v0.6.0")
105105
},
106106
}
107107

0 commit comments

Comments
 (0)