mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
version: begin v1.15.7 release cycle
This commit is contained in:
parent
19d2b4c880
commit
aa6d0ef5f2
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = 6 // Patch version component of the current release
|
Patch = 7 // Patch version component of the current release
|
||||||
Meta = "stable" // Version metadata to append to the version string
|
Meta = "unstable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue