From 53f066b89527276497fd4c0b89bf192deca8d06e Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 6 Aug 2023 19:02:53 +1000 Subject: [PATCH] bump current version to 1.4.8 (#301) Co-authored-by: Liam Lai --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 4631b68b56..9ace94cad6 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 4 // Minor version component of the current release - VersionPatch = 7 // Patch version component of the current release + VersionPatch = 8 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )