1package drivers
2
3const (
4	// ApiVersion010 is the initial API version for the device plugins
5	ApiVersion010 = "v0.1.0"
6)
7