diff --git a/goextVersion.go b/goextVersion.go index 8ebde09..92d5a41 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.621" +const GoextVersion = "0.0.622" -const GoextVersionTimestamp = "2026-01-08T23:04:46+0100" +const GoextVersionTimestamp = "2026-01-09T07:01:41+0100" diff --git a/scn/send_test.go b/scn/send_test.go index f7e201a..8c5e770 100644 --- a/scn/send_test.go +++ b/scn/send_test.go @@ -10,7 +10,7 @@ func TestSendSCN(t *testing.T) { t.Skip() return - mr, err := New("TODO", "TODO"). + mr, err := New("TODO"). Title("Hello Test"). Content("This is a test / goext"). Send(context.Background())