From 3315a2660606a77e17b6ded440cccaf823c07d7f Mon Sep 17 00:00:00 2001 From: Yahav Itzhak Date: Tue, 23 May 2023 18:50:44 +0300 Subject: [PATCH] Merge to dev (#774) --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 7e8932389..1e09afead 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -26,7 +26,7 @@ import ( const ( Development = "development" Agent = "jfrog-client-go" - Version = "1.29.0" + Version = "1.29.1" ) // In order to limit the number of items loaded from a reader into the memory, we use a buffers with this size limit.