versioning: revert spec version to 0.2.0

This commit is contained in:
Gabe Rosenhouse
2016-09-06 15:24:12 -04:00
parent bf6948da19
commit de91f31ae7
4 changed files with 62 additions and 37 deletions

View File

@ -186,7 +186,7 @@ var _ = Describe("dispatching to the correct callback", func() {
Expect(err).NotTo(HaveOccurred())
Expect(stdout).To(MatchJSON(`{
"cniVersion": "0.3.0",
"cniVersion": "0.2.0",
"supportedVersions": ["9.8.7"]
}`))
})