Skip to content

Commit

Permalink
upgrade protocol version 35-1 (lavanet#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Feb 12, 2024
1 parent a299e6b commit 1c40964
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.34.3"
MIN_VERSION = "0.33.2"
TARGET_VERSION = "0.35.1"
MIN_VERSION = "0.34.3"
)

var (
Expand Down

0 comments on commit 1c40964

Please sign in to comment.