feat main: Version bump to v1.0.0-beta1

This commit is contained in:
Vincent Ambo 2017-02-08 22:15:07 +01:00
parent b58b1e3385
commit 25c9ed4adc

View file

@ -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(),