Skip to content
Snippets Groups Projects
Commit 224794c7 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #984 from MikeMcQuaid/support-sierra

os/mac: officially support Sierra.
parents e3fe2704 43d8b969
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ module OS
def prerelease?
# TODO: bump version when new OS is released
version >= "10.12"
version >= "10.13"
end
def outdated_release?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment