mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-11 17:31:35 +00:00
version: fix typo in v1.14.13 release cycle name
This commit is contained in:
parent
66d8185aad
commit
aa63692129
1 changed files with 4 additions and 4 deletions
|
|
@ -20,5 +20,5 @@ 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 = 13 // Patch version component of the current release
|
Patch = 13 // Patch version component of the current release
|
||||||
Meta = "ustable" // Version metadata to append to the version string
|
Meta = "unstable" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue