Skip to content

Commit

Permalink
version change 22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
candostyavuz committed Sep 11, 2023
1 parent d9a4f30 commit cc6bb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/upgrade/protocol_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type ProtocolVersion struct {
}

var lavaProtocolVersion = ProtocolVersion{
ConsumerVersion: "0.22.0",
ProviderVersion: "0.22.0",
ConsumerVersion: "0.22.1",
ProviderVersion: "0.22.1",
}

func GetCurrentVersion() ProtocolVersion {
Expand Down

0 comments on commit cc6bb59

Please sign in to comment.