build: Bump API version
This commit is contained in:
parent
4e1e9ecf3e
commit
de271fe729
@ -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, 7, 0)
|
||||
var APIVersion Version = newVer(0, 8, 0)
|
||||
|
||||
//nolint:varcheck,deadcode
|
||||
const (
|
||||
|
Loading…
Reference in New Issue
Block a user