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