From 61be44ac7557ff7a1722937c658c6f6d5b37a5d8 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:21:33 +0100 Subject: [PATCH] Release 1.3.2 (#142) - 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"