diff --git a/intentproof/client.go b/intentproof/client.go index 00c7a92..b8c6f6f 100644 --- a/intentproof/client.go +++ b/intentproof/client.go @@ -9,7 +9,7 @@ import ( ) // SDKVersion is reported on emitted execution events. -const SDKVersion = "go@0.1.0" +const SDKVersion = "go@0.2.0" // ConfigureOptions holds SDK runtime configuration. type ConfigureOptions struct {