We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b99a0 commit 8bb5bf6Copy full SHA for 8bb5bf6
1 file changed
Inngest/InngestClient.cs
@@ -30,7 +30,7 @@ public class InngestClient : IInngestClient
30
private readonly string _environment;
31
private readonly bool _isDev;
32
private readonly bool _disableCronTriggersInDev;
33
- private readonly string _sdkVersion = "1.4.1";
+ private readonly string _sdkVersion = "1.4.2";
34
private readonly string _appId;
35
private readonly ILogger _logger;
36
private readonly IInngestFunctionRegistry? _registry;
0 commit comments