Skip to content

Commit

Permalink
Change min version required for plan optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
arshjohar committed Apr 24, 2019
1 parent 45d3ff7 commit 31ec8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomad/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
// MinVersionPlanNormalization is the minimum version to support the
// normalization of Plan in SubmitPlan, and the denormalization raft log entry committed
// in ApplyPlanResultsRequest
var MinVersionPlanNormalization = version.Must(version.NewVersion("0.9.1"))
var MinVersionPlanNormalization = version.Must(version.NewVersion("0.9.2"))

// ensurePath is used to make sure a path exists
func ensurePath(path string, dir bool) error {
Expand Down

0 comments on commit 31ec8d8

Please sign in to comment.