github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/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 )