From c09a4be9f9aed174b674b63017ea0cac8484ee17 Mon Sep 17 00:00:00 2001 From: Bruno Scheufler Date: Tue, 26 Nov 2024 17:45:43 +0100 Subject: [PATCH] Bump version for connect-related changes --- consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.go b/consts.go index 72c0bf7a..87c5d6c7 100644 --- a/consts.go +++ b/consts.go @@ -3,7 +3,7 @@ package inngestgo const ( SDKAuthor = "inngest" SDKLanguage = "go" - SDKVersion = "0.7.4" + SDKVersion = "0.8.0" SyncKindInBand = "in_band" SyncKindOutOfBand = "out_of_band"