Skip to content

Commit

Permalink
version: go-ethereum v1.14.12 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Nov 19, 2024
1 parent f3c19b1 commit 293a300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
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
Meta = "unstable" // Version metadata to append to the version string
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
Meta = "stable" // Version metadata to append to the version string
)

0 comments on commit 293a300

Please sign in to comment.