From 9fcaa711a75052c9acc07a0564c2da6f60bf43e0 Mon Sep 17 00:00:00 2001 From: Michal Fiedorowicz Date: Thu, 5 Sep 2024 14:16:27 +0100 Subject: [PATCH] chore: bump sdk version Signed-off-by: Michal Fiedorowicz --- diode/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diode/client.go b/diode/client.go index 74be37a..5c16bd7 100644 --- a/diode/client.go +++ b/diode/client.go @@ -27,7 +27,7 @@ const ( SDKName = "diode-sdk-go" // SDKVersion is the version of the Diode SDK - SDKVersion = "0.1.0" + SDKVersion = "0.2.0" // DiodeAPIKeyEnvVarName is the environment variable name for the Diode API key DiodeAPIKeyEnvVarName = "DIODE_API_KEY"