From 957e1842e2e395efc5222cf3c880ed4c16f8f249 Mon Sep 17 00:00:00 2001 From: Michael Wan Date: Wed, 23 May 2018 03:33:48 -0400 Subject: [PATCH] doc: change pouch version from 0.4.0 to 0.5.0-dev Signed-off-by: Michael Wan --- hack/build | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/build b/hack/build index 80bb7253d..c0dccb555 100755 --- a/hack/build +++ b/hack/build @@ -8,7 +8,7 @@ GOPATH=$BUILDPATH:$BUILDPATH/src/github.com/docker/libnetwork/Godeps/_workspace # Go parameters -VERSION="0.4.0" +VERSION="0.5.0-dev" APIVERSION="1.24" GITCOMMIT=$(git describe --dirty --always --tags 2> /dev/null || true) BUILDTIME=$(date --rfc-3339 s 2> /dev/null | sed -e 's/ /T/') diff --git a/version/version.go b/version/version.go index b7a0fa429..d9d8e5c5e 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version // Version package values is auto-generated, the following values will be overwrited at build time. var ( // Version represents the version of pouchd. - Version = "0.4.0" + Version = "0.5.0-dev" // BuildTime is the time when pouch binary is built BuildTime = "unknown"