Skip to content

Commit

Permalink
up the version for the protocol (#1484)
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroms <[email protected]>
  • Loading branch information
Yaroms and Yaroms authored Jun 6, 2024
1 parent 1e9387d commit 0851907
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 = "2.1.1"
TARGET_VERSION = "2.1.2"
MIN_VERSION = "1.2.3"
)

Expand Down

0 comments on commit 0851907

Please sign in to comment.