Skip to content

Commit

Permalink
Update version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
disrani-px authored Dec 6, 2017
1 parent fd2884a commit 5ca3a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/stork/stork.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
app := cli.NewApp()
app.Name = "stork"
app.Usage = "STorage Orchestartor Runtime for Kubernetes (STORK)"
app.Version = "0.1"
app.Version = "0.2"
app.Action = run

app.Flags = []cli.Flag{
Expand Down

0 comments on commit 5ca3a85

Please sign in to comment.