Update API version

This commit is contained in:
Roy Crihfield 2023-08-04 20:35:14 +08:00
parent 69fa11d6b1
commit c53f17515f

2
api.go
View File

@ -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