Skip to content

Commit

Permalink
Rev base version to 2.4.0
Browse files Browse the repository at this point in the history
Now that we've tagged a release candidate, we can now say all builds are
"2.4.0+unknown" if the makefile is not used.

Signed-off-by: Richard Scothern <[email protected]>
  • Loading branch information
rscothern committed Mar 28, 2016
1 parent f4b6fc8 commit 1ea9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ var Package = "github.com/docker/distribution"
// the latest release tag by hand, always suffixed by "+unknown". During
// build, it will be replaced by the actual version. The value here will be
// used if the registry is run after a go get based install.
var Version = "v2.3.0+unknown"
var Version = "v2.4.0+unknown"

0 comments on commit 1ea9a36

Please sign in to comment.