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