Skip to content

Commit

Permalink
increase protocol version (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Sep 15, 2024
1 parent b3b4edf commit 188b65b
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 = "3.1.6"
TARGET_VERSION = "3.1.7"
MIN_VERSION = "2.2.2"
)

Expand Down

0 comments on commit 188b65b

Please sign in to comment.