From 1ea9a3638df0475e3c8c1896c86d5092af01e618 Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Mon, 28 Mar 2016 13:54:28 -0700 Subject: [PATCH] Rev base version to 2.4.0 Now that we've tagged a release candidate, we can now say all builds are "2.4.0+unknown" if the makefile is not used. Signed-off-by: Richard Scothern --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index a46d1b0c0..b1b880dfd 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.3.0+unknown" +var Version = "v2.4.0+unknown"