Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
feat main: Version bump to v1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
tazjin committed Feb 8, 2017
1 parent b58b1e3 commit 1290a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {

app.Name = "kontemplate"
app.Usage = "simple Kubernetes resource templating"
app.Version = "0.0.1"
app.Version = "v1.0.0-beta1"

app.Commands = []cli.Command{
templateCommand(),
Expand Down

0 comments on commit 1290a87

Please sign in to comment.