mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-24 15:21:36 +00:00
8 lines
84 B
Go
8 lines
84 B
Go
package common
|
|
|
|
var VERSION = "0.0.0"
|
|
|
|
func GetVersion() string {
|
|
return VERSION
|
|
}
|