We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52fd8e0 + f683b5f commit 17d62f9Copy full SHA for 17d62f9
hack/build
@@ -8,7 +8,7 @@ GOPATH=$BUILDPATH:$BUILDPATH/src/github.com/docker/libnetwork/Godeps/_workspace
8
9
10
# Go parameters
11
-VERSION="0.5.0-dev"
+VERSION="0.5.0"
12
APIVERSION="1.24"
13
GITCOMMIT=$(git describe --dirty --always --tags 2> /dev/null || true)
14
BUILDTIME=$(date --rfc-3339 s 2> /dev/null | sed -e 's/ /T/')
version/version.go
@@ -3,7 +3,7 @@ package version
3
// Version package values is auto-generated, the following values will be overwrited at build time.
4
var (
5
// Version represents the version of pouchd.
6
- Version = "0.5.0-dev"
+ Version = "0.5.0"
7
// BuildTime is the time when pouch binary is built
BuildTime = "unknown"
0 commit comments