Commit 261b6453 authored by David McMahon's avatar David McMahon

Update the latestReleaseBranch to release-1.3 in the munger.

parent afc4c96b
...@@ -30,7 +30,7 @@ import ( ...@@ -30,7 +30,7 @@ import (
) )
// This needs to be updated when we cut a new release series. // This needs to be updated when we cut a new release series.
const latestReleaseBranch = "release-1.2" const latestReleaseBranch = "release-1.3"
var ( var (
verbose = flag.Bool("verbose", false, "On verification failure, emit pre-munge and post-munge versions.") verbose = flag.Bool("verbose", false, "On verification failure, emit pre-munge and post-munge versions.")
......
...@@ -99,7 +99,7 @@ refer to the docs that go with that version. ...@@ -99,7 +99,7 @@ refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically --> <!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong> <strong>
The latest release of this document can be found The latest release of this document can be found
[here](http://releases.k8s.io/release-1.2/filename.md). [here](http://releases.k8s.io/release-1.3/filename.md).
Documentation for other releases can be found at Documentation for other releases can be found at
[releases.k8s.io](http://releases.k8s.io). [releases.k8s.io](http://releases.k8s.io).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment