From dd9bc19bbba4fccb5cedcbb7891473d84aa9fbe7 Mon Sep 17 00:00:00 2001 From: Kubernetes Publisher Date: Thu, 15 Dec 2016 15:19:41 +0000 Subject: [PATCH] published by bot (https://github.com/kubernetes/contrib/tree/master/mungegithub) copied from https://github.com/kubernetes/kubernetes.git, branch master, last commit is cbbe421db8157e2f27d25dc1edf1e146e3709384 --- pkg/version/base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/base.go b/pkg/version/base.go index 59098152..c377705f 100644 --- a/pkg/version/base.go +++ b/pkg/version/base.go @@ -29,7 +29,7 @@ package version // works for GitHub tar downloads. // // When releasing a new Kubernetes version, this file is updated by -// build-tools/mark_new_version.sh to reflect the new version, and then a +// build/mark_new_version.sh to reflect the new version, and then a // git annotated tag (using format vX.Y where X == Major version and Y // == Minor version) is created to point to the commit that updates // pkg/version/base.go