From c53f17515fa88d7d854564b1a79e97aec85cbfe2 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Fri, 4 Aug 2023 20:35:14 +0800 Subject: [PATCH] Update API version --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 6a9b062..fc4f51a 100644 --- a/api.go +++ b/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