Skip to content

Commit

Permalink
Merge tag 'v1.4.0' into release/polygon-1.x-fh2.4
Browse files Browse the repository at this point in the history
Via commit 'e69e4c8bdf5f3a7fbfea968b5ab0252d5cf9ea7d' due to tag conflict
  • Loading branch information
maoueh committed Sep 13, 2024
2 parents 7ffb2e8 + e69e4c8 commit 63fea36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta2-fh2.4" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 4 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "fh2.4" // Version metadata to append to the version string

FirehoseVersionMajor = 2
FirehoseVersionMinor = 4
Expand Down

0 comments on commit 63fea36

Please sign in to comment.