Skip to content

Commit

Permalink
Merge pull request #1387 from HusterWan/0.5.x
Browse files Browse the repository at this point in the history
doc: change pouch version from 0.4.0 to 0.5.0-dev
  • Loading branch information
HusterWan authored May 23, 2018
2 parents f908208 + 957e184 commit b9cd0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/build
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9cd0fc

Please sign in to comment.