Skip to content

Commit

Permalink
Update the latestReleaseBranch to release-1.3 in the munger.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mcmahon committed Jun 13, 2016
1 parent afc4c96 commit 261b645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/mungedocs/mungedocs.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

// This needs to be updated when we cut a new release series.
const latestReleaseBranch = "release-1.2"
const latestReleaseBranch = "release-1.3"

var (
verbose = flag.Bool("verbose", false, "On verification failure, emit pre-munge and post-munge versions.")
Expand Down
2 changes: 1 addition & 1 deletion cmd/mungedocs/unversioned_warning_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ refer to the docs that go with that version.
<!-- TAG RELEASE_LINK, added by the munger automatically -->
<strong>
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
[releases.k8s.io](http://releases.k8s.io).
Expand Down

0 comments on commit 261b645

Please sign in to comment.