mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
version: release go-ethereum v1.14.13 stable
This commit is contained in:
parent
159fb1a1db
commit
eb00f1694c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ package version
|
||||||
const (
|
const (
|
||||||
Major = 1 // Major version component of the current release
|
Major = 1 // Major version component of the current release
|
||||||
Minor = 14 // Minor version component of the current release
|
Minor = 14 // Minor version component of the current release
|
||||||
Patch = 12 // Patch version component of the current release
|
Patch = 13 // Patch version component of the current release
|
||||||
Meta = "stable" // Version metadata to append to the version string
|
Meta = "stable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue