From ea50359c05edcbb6936a933f4c121e1b115c0008 Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Mon, 2 Mar 2015 23:39:19 -0800 Subject: [PATCH] Update AUTHORS and default version package Signed-off-by: Stephen J Day --- AUTHORS | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index a6b19ea6a..06209a860 100644 --- a/AUTHORS +++ b/AUTHORS @@ -3,8 +3,12 @@ Andrey Kostov Anton Tiurin Arnaud Porterie Brian Bland +David Lawrence Derek McGowan +Donald Huang +Frederick F. Kautz IV Josh Hawn Olivier Gambier Stephen J Day Tianon Gravi +xiekeyang diff --git a/version/version.go b/version/version.go index 2e96cd68f..5970ec157 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-alpha.1+unknown" +var Version = "v2.0.0-alpha.2+unknown"