Skip to content

Commit

Permalink
Merge pull request #1907 from lavanet/PRT-lavap-4-2-7-param-change
Browse files Browse the repository at this point in the history
chore: PRT - increase protocol version in main
  • Loading branch information
ranlavanet authored Jan 13, 2025
2 parents d3723bb + 3bb9534 commit 91e97c5
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.5"
TARGET_VERSION = "4.2.7"
MIN_VERSION = "3.1.0"
)

Expand Down

0 comments on commit 91e97c5

Please sign in to comment.