added default version

This commit is contained in:
Chris Carty 2019-05-02 22:11:50 -04:00
parent 60c622e822
commit 508f9715ee

View File

@ -16,5 +16,6 @@ func GetVersion() string {
// GetK3sVersion returns the version string for K3s
func GetK3sVersion() string {
K3sVersion = "v0.4.0"
return K3sVersion
}