From e7915c655035d74e309e19603233123daf22ace6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Wed, 27 Mar 2024 15:09:39 +0100 Subject: [PATCH] Update version to 8.13.1-SNAPSHOT --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 215397670d..8bba1ec1ee 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -18,4 +18,4 @@ package version // Client returns the client version as a string. -const Client = "8.13.0" +const Client = "8.13.1-SNAPSHOT"