diff --git a/cmd/attesto/main.go b/cmd/attesto/main.go index 758bf36..4e80213 100644 --- a/cmd/attesto/main.go +++ b/cmd/attesto/main.go @@ -22,7 +22,7 @@ import ( "go.attesto.eu/sdk/connectorkit" ) -const cliVersion = "0.3.0" +const cliVersion = "0.4.0" var supportedVerifyKindNames = []string{ "receipt", diff --git a/version.go b/version.go index 4b63a14..efbcd4e 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package attesto const ( - SDKVersion = "0.3.0" + SDKVersion = "0.4.0" DefaultBaseURL = "https://verify.attesto.eu" ProofstreamProtocol = "ATTESTO-PROOFSTREAM-001" ProtocolVersionAlpha = "0.1-alpha"