From dab5ab46d38d56e80b00a7ab3a25b4d46e97a663 Mon Sep 17 00:00:00 2001 From: James Reilly Date: Sun, 17 Oct 2021 10:51:21 -0700 Subject: [PATCH] Update version.go --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 047fd7d65..4a734025e 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 = 5 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release + VersionPatch = 2 // Patch version component of the current release VersionMeta = "EthoProtocol--Atlas" // Version metadata to append to the version string )