Files
kubevela/version/version.go
2020-08-09 18:34:01 +08:00

8 lines
149 B
Go

package version
// GitRevision is the commit of repo
var GitRevision = "UNKNOWN"
// VelaVersion is the version of cli.
var VelaVersion = "UNKNOWN"