From 3a81c76480dc4c1bdbd2f062b9cce56dcef7b4e6 Mon Sep 17 00:00:00 2001 From: ttblack Date: Mon, 26 Jul 2021 10:27:54 +0800 Subject: [PATCH] update version --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 8fea6de4..cf4ce70b 100644 --- a/params/version.go +++ b/params/version.go @@ -25,7 +25,7 @@ const ( VersionMinor = 9 // Minor version component of the current release VersionPatch = 7 // Patch version component of the current release VersionCross = 0 // Cross version component of the current release - VersionMeta = "v0.1.1" // Version metadata to append to the version string + VersionMeta = "v0.1.2" // Version metadata to append to the version string ) // Version holds the textual version string.