From d274ef1f936dfdc1fc1ba0b6bafd0ae6c833be9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Wed, 19 Apr 2023 06:14:28 +0200 Subject: [PATCH] Bump version v3.1.5 (#289) bump version v3.1.5 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 398deaf7317bd..436d4c26f9dc3 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ import ( const ( VersionMajor = 3 // Major version component of the current release VersionMinor = 1 // Minor version component of the current release - VersionPatch = 4 // Patch version component of the current release + VersionPatch = 5 // Patch version component of the current release VersionMeta = "alpha" // Version metadata to append to the version string )