From 920120077fc9d2e2d49c7493df683acb8c8f4114 Mon Sep 17 00:00:00 2001 From: Milos Gajdos Date: Tue, 11 Feb 2025 06:38:11 -0800 Subject: [PATCH] Remove accidental typo Signed-off-by: Milos Gajdos --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 6c9ab76c0..92ba593a2 100644 --- a/version/version.go +++ b/version/version.go @@ -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.