Skip to content

Commit

Permalink
increasing protocol target version to 0.31.2 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Dec 14, 2023
1 parent f6c9d5f commit 24e9203
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 = "0.31.1"
TARGET_VERSION = "0.31.2"
MIN_VERSION = "0.30.1"
)

Expand Down

0 comments on commit 24e9203

Please sign in to comment.