database: add mapping for Ubuntu Cosmic (18.10)

This commit is contained in:
Kate Murphy 2018-10-29 13:42:44 -04:00
parent c123c95590
commit 6c682da3e1
No known key found for this signature in database
GPG Key ID: DE24040826F4BD73

View File

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