Skip to content

Commit

Permalink
Merge branch 'main' into CNS-1003-reputation-proto-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Jan 19, 2025
2 parents 9d39b02 + 882c984 commit 20b39a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
var _ paramtypes.ParamSet = (*Params)(nil)

const (
TARGET_VERSION = "4.2.7"
MIN_VERSION = "3.1.0"
TARGET_VERSION = "4.2.8"
MIN_VERSION = "4.2.1"
)

var (
Expand Down

0 comments on commit 20b39a1

Please sign in to comment.