From 6533cc1116582f07c00c03bb7ac1c4d98faff266 Mon Sep 17 00:00:00 2001 From: Aaron Harper Date: Wed, 18 Sep 2024 15:07:55 -0400 Subject: [PATCH] Bump version to 0.7.4 --- consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts.go b/consts.go index 2c6bba43..c5ec15b5 100644 --- a/consts.go +++ b/consts.go @@ -3,7 +3,7 @@ package inngestgo const ( SDKAuthor = "inngest" SDKLanguage = "go" - SDKVersion = "0.7.3" + SDKVersion = "0.7.4" SyncKindInBand = "in_band" SyncKindOutOfBand = "out_of_band"