versioning: revert spec version to 0.2.0
This commit is contained in:
@ -16,7 +16,7 @@ package version
|
||||
|
||||
// Current reports the version of the CNI spec implemented by this library
|
||||
func Current() string {
|
||||
return "0.3.0"
|
||||
return "0.2.0"
|
||||
}
|
||||
|
||||
// Legacy PluginInfo describes a plugin that is backwards compatible with the
|
||||
@ -24,6 +24,6 @@ func Current() string {
|
||||
// library ought to work correctly with a plugin that reports support for
|
||||
// Legacy versions.
|
||||
//
|
||||
// Any future CNI spec versions which meet this definition will be added to
|
||||
// Any future CNI spec versions which meet this definition should be added to
|
||||
// this list.
|
||||
var Legacy = PluginSupports("0.1.0", "0.2.0", "0.3.0")
|
||||
var Legacy = PluginSupports("0.1.0", "0.2.0")
|
||||
|
Reference in New Issue
Block a user