Merge pull request #650 from Katee/add-ubuntu-cosmic

Add database mapping for Ubuntu Cosmic (18.10)
This commit is contained in:
Jimmy Zelinskie 2018-10-31 11:05:47 -04:00 committed by GitHub
commit 93e7a4cfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,5 @@ var UbuntuReleasesMapping = map[string]string{
"zesty": "17.04",
"artful": "17.10",
"bionic": "18.04",
"cosmic": "18.10",
}