mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
10 lines
190 B
Go
10 lines
190 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
package device
|
|
|
|
const (
|
|
// ApiVersion010 is the initial API version for the device plugins
|
|
ApiVersion010 = "v0.1.0"
|
|
)
|