Merge pull request #374 from tianon/new-ubuntu-releases

Add Ubuntu Zesty and Artful to UbuntuReleasesMapping
This commit is contained in:
Jimmy Zelinskie 2017-04-26 22:06:59 -04:00 committed by GitHub
commit 0160ef6d53

View File

@ -41,4 +41,6 @@ var UbuntuReleasesMapping = map[string]string{
"wily": "15.10",
"xenial": "16.04",
"yakkety": "16.10",
"zesty": "17.04",
"artful": "17.10",
}