feat main: Version bump to v1.0.0-beta1
This commit is contained in:
parent
b58b1e3385
commit
25c9ed4adc
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -20,7 +20,7 @@ func main() {
|
||||||
|
|
||||||
app.Name = "kontemplate"
|
app.Name = "kontemplate"
|
||||||
app.Usage = "simple Kubernetes resource templating"
|
app.Usage = "simple Kubernetes resource templating"
|
||||||
app.Version = "0.0.1"
|
app.Version = "v1.0.0-beta1"
|
||||||
|
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
templateCommand(),
|
templateCommand(),
|
||||||
|
|
Loading…
Reference in a new issue