about summary refs log tree commit diff
path: root/main.go
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-02-08T21·15+0100
committerVincent Ambo <tazjin@gmail.com>2017-02-09T14·44+0100
commit25c9ed4adc1234932566c4eb6509acb9171440e2 (patch)
treea7cc3ac82ff817ca04195c31963f5e5b9a37901e /main.go
parentb58b1e33858e7694e8ff7e7d2c564133257abd21 (diff)
feat main: Version bump to v1.0.0-beta1
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index dc320686fb..2f5f1b9b34 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(),