From 6d09f80073073119fac1878091c75fe9f30c9f28 Mon Sep 17 00:00:00 2001 From: asafmahlev Date: Wed, 8 Nov 2023 16:32:20 +0200 Subject: [PATCH] 14.2 --- kusto/internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kusto/internal/version/version.go b/kusto/internal/version/version.go index 20be00f5..593eb7fb 100644 --- a/kusto/internal/version/version.go +++ b/kusto/internal/version/version.go @@ -2,4 +2,4 @@ package version // Kusto is the version of this client package that is communicated to the server. -const Kusto = "0.14.1" +const Kusto = "0.14.2"