mirror of https://github.com/knative/func.git
v0.2.0
This commit is contained in:
parent
9dc0da73e8
commit
b5ffc25b5c
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
// Version
|
||||
// Printed on subcommand `version` or flag `--version`
|
||||
const Version = "v0.1.0"
|
||||
const Version = "v0.2.0"
|
||||
|
||||
func init() {
|
||||
root.AddCommand(versionCmd)
|
||||
|
|
Loading…
Reference in New Issue