forked from forks/go-ethereum
version: release go-ethereum v1.15.11 stable
This commit is contained in:
parent
7705d13ed4
commit
36b2371c59
1 changed files with 4 additions and 4 deletions
|
|
@ -20,5 +20,5 @@ const (
|
|||
Major = 1 // Major version component of the current release
|
||||
Minor = 15 // Minor version component of the current release
|
||||
Patch = 11 // Patch version component of the current release
|
||||
Meta = "unstable" // Version metadata to append to the version string
|
||||
Meta = "stable" // Version metadata to append to the version string
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue