From e1872eba0e609cc3ba8b06e30e6301d61f77d269 Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sat, 30 May 2026 19:27:49 -0500 Subject: [PATCH] Sync SDKVersion with Go module release v0.2.0 Report go@0.2.0 on emitted events to match the v0.2.0 tag. --- intentproof/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {