Skip to content

Commit

Permalink
"uncommented - for statesteps"
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu2003 committed Apr 23, 2018
1 parent 33565c3 commit 946dfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrades/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var stateUpgradeOperations = func() []Operation {
upgradeToVersion{version.MustParse("2.3.2"), stateStepsFor232()},
upgradeToVersion{version.MustParse("2.3.4"), stateStepsFor234()},
upgradeToVersion{version.MustParse("2.3.6"), stateStepsFor236()},
//upgradeToVersion{version.MustParse("2.4.0"), stateStepsFor24()},
upgradeToVersion{version.MustParse("2.4.0"), stateStepsFor24()},
}
return steps
}
Expand Down

0 comments on commit 946dfb3

Please sign in to comment.