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