Skip to content

Commit

Permalink
bump version (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Aug 5, 2024
1 parent 0f386d1 commit ba4a165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ var (

// see https://calver.org
const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionMajor = 1 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionMicro = 0 // Patch version component of the current release
VersionModifier = "alpha1" // Modifier component of the current release
VersionKeyCreated = "ErigonVersionCreated"
Expand Down

0 comments on commit ba4a165

Please sign in to comment.