archived design proposals are now moved to Design Proposals Archive Repo.

Kubernetes-commit: 019d2615af3f7fd0ed0d593ef9df348f6d85b204
This commit is contained in:
Paco Xu
2023-02-08 11:12:22 +08:00
committed by Kubernetes Publisher
parent 60f5c9b463
commit 878a4f8bbe

View File

@@ -43,7 +43,7 @@ var (
gitMinor string = "" // minor version, numeric possibly followed by "+"
// semantic version, derived by build scripts (see
// https://git.k8s.io/community/contributors/design-proposals/release/versioning.md
// https://git.k8s.io/design-proposals-archive/release/versioning.md
// for a detailed discussion of this field)
//
// TODO: This field is still called "gitVersion" for legacy