Skip to content

Commit

Permalink
chore: bump sdk version (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz authored Sep 5, 2024
1 parent b0acb9e commit 049ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diode/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 049ba40

Please sign in to comment.