Skip to content

Commit eb00f16

Browse files
committed
version: release go-ethereum v1.14.13 stable
1 parent 159fb1a commit eb00f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package version
1919
const (
2020
Major = 1 // Major version component of the current release
2121
Minor = 14 // Minor version component of the current release
22-
Patch = 12 // Patch version component of the current release
22+
Patch = 13 // Patch version component of the current release
2323
Meta = "stable" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)