github.com/manicqin/nomad@v0.9.5/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  )