version: release go-ethereum v1.14.13 stable

release/1.14 v1.14.13
Felix Lange 18 hours ago
parent 159fb1a1db
commit eb00f1694c
  1. 2
      version/version.go

@ -19,6 +19,6 @@ package version
const (
Major = 1 // Major 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
)

Loading…
Cancel
Save