chore: bump version for Feynman mainnet release (#1232)

This commit is contained in:
Péter Garamvölgyi 2025-08-07 11:28:38 +02:00 committed by GitHub
parent 25369b23c3
commit 49a914fc2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,8 +23,8 @@ import (
const ( const (
VersionMajor = 5 // Major version component of the current release VersionMajor = 5 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release VersionMinor = 9 // Minor version component of the current release
VersionPatch = 77 // Patch version component of the current release VersionPatch = 0 // Patch version component of the current release
VersionMeta = "mainnet" // Version metadata to append to the version string VersionMeta = "mainnet" // Version metadata to append to the version string
) )