From 8301cb853dbaa62902f0f2dd8cf2944200a0b4e8 Mon Sep 17 00:00:00 2001 From: tom <69969590+simlecode@users.noreply.github.com> Date: Fri, 22 Jul 2022 16:50:08 +0800 Subject: [PATCH] chore: bump version to v1.6.1 (#5122) --- pkg/constants/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 799d651abe..c69d8eef63 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -5,7 +5,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.6.0" +const BuildVersion = "1.6.1" var CurrentCommit string