Skip to content

Commit d5d89a4

Browse files
committed
Make this releaes a beta release first.
Signed-off-by: Milos Gajdos <[email protected]>
1 parent 1ddad0b commit d5d89a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var Package = "github.com/docker/distribution"
88
// the latest release tag by hand, always suffixed by "+unknown". During
99
// build, it will be replaced by the actual version. The value here will be
1010
// used if the registry is run after a go get based install.
11-
var Version = "v2.8.0+unknown"
11+
var Version = "v2.8.0-beta.1+unknown"
1212

1313
// Revision is filled with the VCS (e.g. git) revision being used to build
1414
// the program at linking time.

0 commit comments

Comments
 (0)