From b15afab9af93052e45f45b44c17b3d1473e96cba Mon Sep 17 00:00:00 2001 From: asafmahlev Date: Tue, 23 Jul 2024 13:47:10 +0300 Subject: [PATCH] Bump version --- 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 ca4a11c6..4877bffd 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.15.1" +const Kusto = "0.16.0"