mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-06 01:17:09 +00:00
8 lines
149 B
Go
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"
|