diff options
-rwxr-xr-x | bin/ubuntu-codename-to-version.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 5abd98e..6dab1d5 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -47,6 +47,7 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("bionic") echo "18.04";; ("artful") echo "17.10";; ("zesty") echo "17.04";; ("yakkety") echo "16.10";; |