From d1635f91e246ee985e5da8aae9e2ab2500ec1baf Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Fri, 11 Sep 2015 11:22:36 -0700 Subject: [PATCH] Remove todo because there is no serf version 5 --- nomad/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/config.go b/nomad/config.go index 066a45c56..7473b8ac4 100644 --- a/nomad/config.go +++ b/nomad/config.go @@ -34,7 +34,7 @@ var protocolVersionMap map[uint8]uint8 func init() { protocolVersionMap = map[uint8]uint8{ - 1: 4, // TODO change this back to 5 when serf is ready + 1: 4, } }