From 6cb14b79f17a310a6e3adeaa509d0d9f3df6c358 Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Thu, 6 Aug 2015 17:21:03 -0700 Subject: [PATCH] Rev base version to 2.1.0 Now that we've tagged a release candidate, we can now say all builds are "2.1.0+unknown" if the makefile is not used. Signed-off-by: Stephen J Day --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 3a542f9b6..450d15c28 100644 --- a/version/version.go +++ b/version/version.go @@ -8,4 +8,4 @@ var Package = "github.com/docker/distribution" // the latest release tag by hand, always suffixed by "+unknown". During // build, it will be replaced by the actual version. The value here will be // used if the registry is run after a go get based install. -var Version = "v2.0.0+unknown" +var Version = "v2.1.0+unknown"