mirror of https://github.com/knative/func.git
feat: version prints semver first
This commit is contained in:
parent
7c253298ea
commit
dd2e70969f
|
@ -42,5 +42,5 @@ func verboseVersion() string {
|
||||||
if vers == "" { // not statically populatd
|
if vers == "" { // not statically populatd
|
||||||
return "v0.0.0-source"
|
return "v0.0.0-source"
|
||||||
}
|
}
|
||||||
return fmt.Sprintf("%s-%s-%s", date, vers, hash)
|
return fmt.Sprintf("%s-%s-%s", vers, date, hash)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue