Skip to content

Commit

Permalink
Added changes for upgrade 2.14.0 (#3794) (#3800)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>

Signed-off-by: Vedant <[email protected]>
Co-authored-by: Vedant <[email protected]>

Signed-off-by: Vedant <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: Vedant <[email protected]>
  • Loading branch information
3 people authored Oct 19, 2022
1 parent e46df65 commit 959a44d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version, no more upgrades available
"2.13.0": {
NextVersion: "2.14.0",
VersionManager: nil,
},

// latest version, no more upgrades available
"2.14.0": {
NextVersion: "",
VersionManager: nil,
},
Expand Down

0 comments on commit 959a44d

Please sign in to comment.