From 9883c8652797f86670b0b1bc8bea11df5e742ffc Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Mon, 24 Aug 2020 16:03:01 +0300 Subject: [PATCH] Promoted version to 0.13.1 --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index 1d54e4652..a37785841 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -18,7 +18,7 @@ import ( const ( Development = "development" Agent = "jfrog-client-go" - Version = "0.13.0" + Version = "0.13.1" ) // In order to limit the number of items loaded from a reader into the memory, we use a buffers with this size limit.