From 74bfb3e7bddd0c44503f1da3cafc87ce815241c7 Mon Sep 17 00:00:00 2001 From: Clayton Coleman Date: Fri, 27 May 2016 18:43:00 -0400 Subject: [PATCH] bump(github.com/appc/spec):ab50d12e88f57788bf84b83fef2be236eb1fcc0b To match changes to pkg/api/resource#ParseQuantity --- Godeps/Godeps.json | 12 ++++++------ vendor/github.com/appc/spec/schema/version.go | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 4530ffdbc2e..fbdee2103d3 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -52,18 +52,18 @@ }, { "ImportPath": "github.com/appc/spec/schema", - "Comment": "v0.8.1", - "Rev": "b889d03467ae08bb6c13241762a64305b69bcf82" + "Comment": "v0.8.1-6-gab50d12", + "Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b" }, { "ImportPath": "github.com/appc/spec/schema/common", - "Comment": "v0.8.1", - "Rev": "b889d03467ae08bb6c13241762a64305b69bcf82" + "Comment": "v0.8.1-6-gab50d12", + "Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b" }, { "ImportPath": "github.com/appc/spec/schema/types", - "Comment": "v0.8.1", - "Rev": "b889d03467ae08bb6c13241762a64305b69bcf82" + "Comment": "v0.8.1-6-gab50d12", + "Rev": "ab50d12e88f57788bf84b83fef2be236eb1fcc0b" }, { "ImportPath": "github.com/armon/go-metrics", diff --git a/vendor/github.com/appc/spec/schema/version.go b/vendor/github.com/appc/spec/schema/version.go index eaa5f8bfdcf..e8884e970de 100644 --- a/vendor/github.com/appc/spec/schema/version.go +++ b/vendor/github.com/appc/spec/schema/version.go @@ -22,7 +22,7 @@ const ( // version represents the canonical version of the appc spec and tooling. // For now, the schema and tooling is coupled with the spec itself, so // this must be kept in sync with the VERSION file in the root of the repo. - version string = "0.8.1" + version string = "0.8.1+git" ) var (