diff --git a/nomad/util.go b/nomad/util.go index d4d8e0a20e7a..ccd4504af05e 100644 --- a/nomad/util.go +++ b/nomad/util.go @@ -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 {