diff --git a/sdk.go b/sdk.go index d43eec5..675756e 100644 --- a/sdk.go +++ b/sdk.go @@ -21,7 +21,7 @@ import ( "github.com/corbado/corbado-go/pkg/servererror" ) -const Version = "1.0.0" +const Version = "1.0.1" type SDK interface { AuthTokens() authtoken.AuthToken diff --git a/tests/integration/utils.go b/tests/integration/utils.go index 3aa302e..b92663a 100644 --- a/tests/integration/utils.go +++ b/tests/integration/utils.go @@ -44,7 +44,7 @@ func CreateRandomTestEmail(t *testing.T) string { value, err := generateString(10) require.NoError(t, err) - return "integration-test-" + value + "@corbado.com" + return "integration-test+" + value + "@corbado.com" } func CreateRandomTestPhoneNumber(t *testing.T) string {