Skip to content

Commit 95665d5

Browse files
committed
version: release go-ethereum v1.16.9
1 parent 895a859 commit 95665d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
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 = 16 // Minor version component of the current release
22-
Patch = 8 // Patch version component of the current release
22+
Patch = 9 // Patch version component of the current release
2323
Meta = "stable" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)