Skip to content

Commit

Permalink
Bump version (ethereum#310)
Browse files Browse the repository at this point in the history
bump version to 3.1.10
  • Loading branch information
Thegaram committed May 3, 2023
1 parent 5017dcb commit 1263e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Expand Up @@ -24,7 +24,7 @@ import (
const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 1 // 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 = "alpha" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 1263e63

Please sign in to comment.