Skip to content

Commit e1872eb

Browse files
author
Nathan Gillett
committed
Sync SDKVersion with Go module release v0.2.0
Report go@0.2.0 on emitted events to match the v0.2.0 tag.
1 parent fe5d4a4 commit e1872eb

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)