Skip to content

Commit

Permalink
version: release go-ethereum v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Feb 6, 2025
1 parent 1847b5f commit 756cca7
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 = 15 // Minor version component of the current release
Patch = 0 // 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 = 15 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
)

0 comments on commit 756cca7

Please sign in to comment.