Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 257962f

Browse files
committed
bump version
1 parent ee0a1fb commit 257962f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
app := cli.NewApp()
2929
app.Name = "shipyard"
3030
app.Usage = "manage a shipyard cluster"
31-
app.Version = "2.0.5"
31+
app.Version = "2.0.6"
3232
app.EnableBashCompletion = true
3333
app.Flags = []cli.Flag{}
3434
app.Commands = []cli.Command{

controller/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535

3636
const (
3737
STORE_KEY = "shipyard"
38-
VERSION = "2.0.5"
38+
VERSION = "2.0.6"
3939
)
4040

4141
type (

0 commit comments

Comments
 (0)