Skip to content

Commit 5cdbd62

Browse files
authored
Merge pull request #18 from IntentProof/sync-release-version-0-2-0
Sync SDKVersion with Go module release v0.2.0
2 parents fe5d4a4 + e1872eb commit 5cdbd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intentproof/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// SDKVersion is reported on emitted execution events.
12-
const SDKVersion = "go@0.1.0"
12+
const SDKVersion = "go@0.2.0"
1313

1414
// ConfigureOptions holds SDK runtime configuration.
1515
type ConfigureOptions struct {

0 commit comments

Comments
 (0)