From 5702a4673ff99cd62df271d0aa1a3cb524d8cd02 Mon Sep 17 00:00:00 2001 From: Ilnur Galiev Date: Wed, 4 Nov 2020 21:43:37 +0300 Subject: [PATCH] update VesionMeta --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index af519f02b..35312f964 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 9 // Minor version component of the current release - VersionPatch = 15 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 9 // Minor version component of the current release + VersionPatch = 15 // Patch version component of the current release + VersionMeta = "eip1559-970c594cd3" // Version metadata to append to the version string ) // Version holds the textual version string.