Skip to content

Commit b9cd0fc

Browse files
authored
Merge pull request #1387 from HusterWan/0.5.x
doc: change pouch version from 0.4.0 to 0.5.0-dev
2 parents f908208 + 957e184 commit b9cd0fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GOPATH=$BUILDPATH:$BUILDPATH/src/github.com/docker/libnetwork/Godeps/_workspace
88

99

1010
# Go parameters
11-
VERSION="0.4.0"
11+
VERSION="0.5.0-dev"
1212
APIVERSION="1.24"
1313
GITCOMMIT=$(git describe --dirty --always --tags 2> /dev/null || true)
1414
BUILDTIME=$(date --rfc-3339 s 2> /dev/null | sed -e 's/ /T/')

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33
// Version package values is auto-generated, the following values will be overwrited at build time.
44
var (
55
// Version represents the version of pouchd.
6-
Version = "0.4.0"
6+
Version = "0.5.0-dev"
77

88
// BuildTime is the time when pouch binary is built
99
BuildTime = "unknown"

0 commit comments

Comments
 (0)