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"