From 25c9ed4adc1234932566c4eb6509acb9171440e2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 8 Feb 2017 22:15:07 +0100 Subject: [PATCH] feat main: Version bump to v1.0.0-beta1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dc320686f..2f5f1b9b3 100644 --- a/main.go +++ b/main.go @@ -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(),