forked from forks/go-ethereum
version: back to v1.15.7, to fix the build
This commit is contained in:
parent
9c970d80a2
commit
9af88d1100
1 changed files with 4 additions and 4 deletions
|
|
@ -19,6 +19,6 @@ package version
|
|||
const (
|
||||
Major = 1 // Major version component of the current release
|
||||
Minor = 15 // Minor version component of the current release
|
||||
Patch = 8 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
Patch = 7 // Patch version component of the current release
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue