Update the latestReleaseBranch to release-1.3 in the munger.

This commit is contained in:
David McMahon
2016-06-10 14:55:46 -07:00
parent cce9db3aa9
commit 3beed6e1aa
66 changed files with 322 additions and 2 deletions

View File

@@ -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.")