package conf const ( // VersionOne is the first protocol version. VersionOne = 1 // CurrentVersion always holds the newest version in production. CurrentVersion = 1 )