summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ubuntu-codename-to-version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh
index f2884cf..d0be3ab 100755
--- a/bin/ubuntu-codename-to-version.sh
+++ b/bin/ubuntu-codename-to-version.sh
@@ -47,8 +47,8 @@ case "${codename}" in
# we can't really do better here.
("devel") echo "9999";;
+ ("zesty") echo "17.04";;
("yakkety") echo "16.10";;
-
("xenial") echo "16.04";;
("wily") echo "15.10";;
("vivid") echo "15.04";;