Skip to content

Commit

Permalink
feat: PRT - protocol version upgrade for 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet committed Mar 2, 2025
1 parent 91a8a09 commit 31a59f6
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 31a59f6

Please sign in to comment.