package version const Maj = "0" const Min = "10" const Fix = "0" const Version = Maj + "." + Min + "." + Fix