From 20fde00ea693bd1179007d59423cb05962357b32 Mon Sep 17 00:00:00 2001 From: Gabe Rosenhouse Date: Wed, 11 Jan 2017 08:35:42 -0800 Subject: [PATCH] spec: notice of version --- SPEC.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SPEC.md b/SPEC.md index 82966add..525c725c 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,5 +1,10 @@ # Container Networking Interface Proposal +## Version +This is CNI **spec** version **0.2.0**. + +Note that this is **independent from the version of the CNI library and plugins** in this repository (e.g. the versions of [releases](https://github.com/containernetworking/cni/releases)). + ## Overview This document proposes a generic plugin-based networking solution for application containers on Linux, the _Container Networking Interface_, or _CNI_.