diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T21·15+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-09T14·44+0100 |
commit | 25c9ed4adc1234932566c4eb6509acb9171440e2 (patch) | |
tree | a7cc3ac82ff817ca04195c31963f5e5b9a37901e /main.go | |
parent | b58b1e33858e7694e8ff7e7d2c564133257abd21 (diff) |
feat main: Version bump to v1.0.0-beta1
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go index dc320686fbc2..2f5f1b9b34f4 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(), |