From 31ec8d852f5e90e6a8ce68b2ceaffc02d5f5d1c8 Mon Sep 17 00:00:00 2001 From: Arshneet Singh Date: Wed, 24 Apr 2019 11:01:59 -0700 Subject: [PATCH] Change min version required for plan optimization --- nomad/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {