From dfa2326843722bba46c4cdd0c14b0e635ab64317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:48:57 +0200 Subject: [PATCH] Release 1.0.12 - Improve Integration Tests Performance - Fix json tags in metadata package --- client/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/version.go b/client/version.go index 362ed55..af6155b 100644 --- a/client/version.go +++ b/client/version.go @@ -1,3 +1,3 @@ package client -const SDK_VERSION = "1.0.11" +const SDK_VERSION = "1.0.12"