Bump API version

This commit is contained in:
Aayush Rajasekaran 2020-06-25 13:48:50 -04:00
parent 50aa1e6baa
commit e54b49b442

View File

@ -53,7 +53,7 @@ func (ve Version) EqMajorMinor(v2 Version) bool {
}
// APIVersion is a semver version of the rpc api exposed
var APIVersion Version = newVer(0, 4, 0)
var APIVersion Version = newVer(0, 5, 0)
//nolint:varcheck,deadcode
const (