Skip to content

Commit

Permalink
add(OSVer): Ventura constant
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel-dev committed Jun 28, 2022
1 parent 7e3b9c9 commit 5568674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/os_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
19: f"macOS 10.15 {color_text('(Catalina)', 'cyan')}",
20: f"macOS 11 {color_text('(Big Sur)', 'cyan')}",
21: f"macOS 12 {color_text('(Monterey)', 'cyan')}",
22: f"macOS 13 {color_text('(Ventura)', 'cyan')}"
}

_platform = platform.system().lower()
Expand Down

0 comments on commit 5568674

Please sign in to comment.