mirror of
https://github.com/traefik/traefik.git
synced 2025-08-13 01:57:11 +02:00
7 lines
110 B
Go
7 lines
110 B
Go
package mesosutil
|
|
|
|
const (
|
|
// MesosVersion indicates the supported mesos version.
|
|
MesosVersion = "0.24.0"
|
|
)
|