From bc71e732a905e6f27518058970cfe5b789ef2e7f Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Thu, 17 Jun 2021 15:29:19 +0800 Subject: [PATCH] Add macOS 12 to version name list (#1783) --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index f1b2d633..32a8e4be 100755 --- a/neofetch +++ b/neofetch @@ -1151,6 +1151,7 @@ get_distro() { 10.15*) codename="macOS Catalina" ;; 10.16*) codename="macOS Big Sur" ;; 11.0*) codename="macOS Big Sur" ;; + 12.0*) codename="macOS Monterey" ;; *) codename=macOS ;; esac