From 69f2c84af96914dd6646fe82b6be5d3e66e35339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:15:07 +0100 Subject: [PATCH] Release 1.3.2 - Fixes telemetry to snake case --- client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.go b/client/version.go index abf9a71..1ceefbb 100644 --- a/client/version.go +++ b/client/version.go @@ -1,3 +1,3 @@ package client -const SDK_VERSION = "1.3.1" +const SDK_VERSION = "1.3.2"