We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3adfea + f08b348 commit 17b3ff1Copy full SHA for 17b3ff1
1 file changed
version/version.go
@@ -8,7 +8,7 @@ var Package = "github.com/docker/distribution"
8
// the latest release tag by hand, always suffixed by "+unknown". During
9
// build, it will be replaced by the actual version. The value here will be
10
// used if the registry is run after a go get based install.
11
-var Version = "v2.6.0+unknown"
+var Version = "v2.7.0-rc.0+unknown"
12
13
// Revision is filled with the VCS (e.g. git) revision being used to build
14
// the program at linking time.
0 commit comments