github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/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 )