package pkg

var version = "unset"

func GetVersion() string {
	return version
}