summaryrefslogtreecommitdiff
path: root/bin/ubuntu-codename-to-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ubuntu-codename-to-version.sh')
-rwxr-xr-xbin/ubuntu-codename-to-version.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh
index 7e375f4..f750836 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -47,6 +47,8 @@ case "${codename}" in
# we can't really do better here.
("devel") echo "9999";;
+ ("groovy") echo "20.10";;
+ ("focal") echo "20.04";;
("eoan") echo "19.10";;
("disco") echo "19.04";;
("cosmic") echo "18.10";;