Skip to content

Commit

Permalink
version: upgrade version to latest tag (#44)
Browse files Browse the repository at this point in the history
### Description

The `geth` binary version is still `1.1.12`, ugprade to the latest tag.
  • Loading branch information
DarianShawn committed Oct 31, 2023
1 parent 892275b commit efd3386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 21 // Patch version component of the current release
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit efd3386

Please sign in to comment.