It's 2016, yo.

This commit is contained in:
Matt Liggett
2016-05-11 14:01:23 -07:00
parent ba170aa191
commit 2bc46d5085
39 changed files with 39 additions and 39 deletions

View File

@@ -29,7 +29,7 @@ function generate_version() {
echo "Generating swagger type docs for ${group_version}"
sed 's/YEAR/2015/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE"
sed 's/YEAR/2016/' hack/boilerplate/boilerplate.go.txt > "$TMPFILE"
echo "package ${group_version##*/}" >> "$TMPFILE"
cat >> "$TMPFILE" <<EOF