Update to geth 1.11.5-statediff-v5 #238

Merged
telackey merged 40 commits from roy/v5-dev into v5 2023-06-01 13:53:57 +00:00
Showing only changes of commit 026dafcfc9 - Show all commits

View File

@ -21,7 +21,7 @@ import "fmt"
const (
Major = 5 // Major version component of the current release
Minor = 0 // Minor version component of the current release
Patch = 1 // Patch version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)