Prep for v3 release

This is a prep for the first stable v3 release of registry.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
Milos Gajdos
2025-03-30 19:46:34 -07:00
parent 2e63da9977
commit 6266adaa96
2 changed files with 59 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ var mainpkg = "github.com/distribution/distribution/v3"
// 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 = "v3.0.0-rc.4+unknown"
var version = "v3.0.0+unknown"
// revision is filled with the VCS (e.g. git) revision being used to build
// the program at linking time.