mirror of
https://github.com/distribution/distribution.git
synced 2025-05-05 14:46:33 +00:00
Remove accidental typo
Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
parent
25be29b32b
commit
920120077f
@ -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.3.m+unknown"
|
||||
var version = "v3.0.0-rc.3+unknown"
|
||||
|
||||
// revision is filled with the VCS (e.g. git) revision being used to build
|
||||
// the program at linking time.
|
||||
|
Loading…
Reference in New Issue
Block a user