Skip to content

Commit

Permalink
increase protocol version (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Feb 5, 2024
1 parent ce2295f commit 5de850d
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 = "0.33.4"
MIN_VERSION = "0.32.1"
TARGET_VERSION = "0.34.1"
MIN_VERSION = "0.33.2"
)

var (
Expand Down

0 comments on commit 5de850d

Please sign in to comment.