github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/plugins/device/versions.go (about)

     1  package device
     2  
     3  const (
     4  	// ApiVersion010 is the initial API version for the device plugins
     5  	ApiVersion010 = "v0.1.0"
     6  )