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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehazlett committed Nov 26, 2014
1 parent ee0a1fb commit 257962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
app := cli.NewApp()
app.Name = "shipyard"
app.Usage = "manage a shipyard cluster"
app.Version = "2.0.5"
app.Version = "2.0.6"
app.EnableBashCompletion = true
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{
Expand Down
2 changes: 1 addition & 1 deletion controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (

const (
STORE_KEY = "shipyard"
VERSION = "2.0.5"
VERSION = "2.0.6"
)

type (
Expand Down

0 comments on commit 257962f

Please sign in to comment.