diff options
Diffstat (limited to 'bin')
-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 f750836..b398d6a 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";; + ("hirsute") echo "21.04";; ("groovy") echo "20.10";; ("focal") echo "20.04";; ("eoan") echo "19.10";; |