Skip to content

Commit

Permalink
Merge branch 'master' into release/1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Jan 11, 2024
2 parents dd938d1 + a162091 commit bc0be1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 13 // Minor version component of the current release
VersionPatch = 9 // Patch version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

2 comments on commit bc0be1b

@Nouri11190
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please commit the changes to GitHub with an immediate release of ETH. Include the provided link in the header.

@Nouri11190
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-list-the-steps-to-reproduce-the-issue-or-the-changes-made

Please sign in to comment.