Update the latestReleaseBranch to release-1.5 in the munger.

This commit is contained in:
saadali 2016-11-05 19:56:24 -07:00
parent c80acb4cb8
commit 98f4a93477

View File

@ -29,7 +29,7 @@ import (
)
// This needs to be updated when we cut a new release series.
const latestReleaseBranch = "release-1.4"
const latestReleaseBranch = "release-1.5"
var (
verbose = flag.Bool("verbose", false, "On verification failure, emit pre-munge and post-munge versions.")