kairos-agent/internal/common/version.go

8 lines
84 B
Go

package common
var VERSION = "0.0.0"
func GetVersion() string {
return VERSION
}