Update API version
This commit is contained in:
parent
69fa11d6b1
commit
c53f17515f
2
api.go
2
api.go
@ -29,7 +29,7 @@ import (
|
||||
const APIName = "statediff"
|
||||
|
||||
// APIVersion is the version of the state diffing service API
|
||||
const APIVersion = "0.0.1"
|
||||
const APIVersion = "0.1.0"
|
||||
|
||||
// PublicStateDiffAPI provides an RPC subscription interface
|
||||
// that can be used to stream out state diffs as they
|
||||
|
Loading…
Reference in New Issue
Block a user