mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
7 lines
121 B
Go
7 lines
121 B
Go
package drivers
|
|
|
|
const (
|
|
// ApiVersion010 is the initial API version for the device plugins
|
|
ApiVersion010 = "v0.1.0"
|
|
)
|