From 5dd2bd998896a3ce4aa5ea4efd059111c27f54ce Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Mon, 10 Jul 2023 11:54:11 +0300 Subject: [PATCH] bump to version 1.7.6 --- 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 b1cf080..d1db3c6 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -7,7 +7,7 @@ import ( ) // The version in the current branch -var Version = "1.7.5" +var Version = "1.7.6" // If this is "" (empty string) then it means that it is a final release. // Otherwise, this is a pre-release e.g. "dev", "beta", "rc1", etc.