version: release go-ethereum v1.15.4 stable
This commit is contained in:
parent
31c972febf
commit
8ccca244f1
|
@ -17,8 +17,8 @@
|
||||||
package version
|
package version
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Major = 1 // Major version component of the current release
|
Major = 1 // Major version component of the current release
|
||||||
Minor = 15 // Minor version component of the current release
|
Minor = 15 // Minor version component of the current release
|
||||||
Patch = 4 // Patch version component of the current release
|
Patch = 4 // 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 New Issue