Skip to content

Commit

Permalink
Merge pull request #31 from Billy99/billy99-v1_0_0
Browse files Browse the repository at this point in the history
Move device-info version string to v1.0.0
  • Loading branch information
dougbtv authored Nov 17, 2020
2 parents b127697 + d3b815b commit 7778c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/k8s.cni.cncf.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
DeviceInfoTypeVHostUser = "vhost-user"
DeviceInfoTypeMemif = "memif"
DeviceInfoTypeVDPA = "vdpa"
DeviceInfoVersion = "v0.1.0"
DeviceInfoVersion = "v1.0.0"
)

// DeviceInfo contains the information of the device associated
Expand Down

0 comments on commit 7778c5b

Please sign in to comment.