Skip to content

Commit 17d62f9

Browse files
authored
Merge pull request #1410 from HusterWan/zr/version0.5.0
doc: change version to 0.5.0
2 parents 52fd8e0 + f683b5f commit 17d62f9

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.5.0-dev"
11+
VERSION="0.5.0"
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.5.0-dev"
6+
Version = "0.5.0"
77

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

0 commit comments

Comments
 (0)