Skip to content

Commit

Permalink
Merge pull request #1979 from lavanet/PRT-v-5-2-1
Browse files Browse the repository at this point in the history
feat: PRT - protocol version upgrade for 5.2.1
  • Loading branch information
ranlavanet authored Mar 2, 2025
2 parents 91a8a09 + 31a59f6 commit 3e9d344
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 = "5.2.0"
TARGET_VERSION = "5.2.1"
MIN_VERSION = "4.2.1"
)

Expand Down

0 comments on commit 3e9d344

Please sign in to comment.