Skip to content

Commit

Permalink
Merge pull request #1890 from lavanet/PRT-update-version-in-protocol-…
Browse files Browse the repository at this point in the history
…params

chore: PRT - Update protocol version to 4.2.5
  • Loading branch information
Yaroms authored Jan 6, 2025
2 parents fb57508 + e1638df commit 5e34c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var _ paramtypes.ParamSet = (*Params)(nil)

const (
TARGET_VERSION = "4.2.4"
TARGET_VERSION = "4.2.5"
MIN_VERSION = "3.1.0"
)

Expand Down

0 comments on commit 5e34c4a

Please sign in to comment.