traefik/integration/vendor/github.com/mesos/mesos-go/mesosutil/constants.go

7 lines
110 B
Go
Raw Normal View History

2017-02-07 21:33:23 +00:00
package mesosutil
const (
// MesosVersion indicates the supported mesos version.
MesosVersion = "0.24.0"
)