cegredev / josi

A Java library designed to make making decisions based on the current operating system easier.
MIT License
36 stars 4 forks source link

Add macOS Monterey to OS enum #11

Closed RohanNagar closed 3 years ago

RohanNagar commented 3 years ago

macOS Monterey was announced yesterday. I can't actually test this yet since I don't have access, but this is macOS version 12.x. I'm assuming that sometimes java will return 10.17, similar to what they do for Big Sur.

Feel free to merge or wait until Monterey is publicly available.

cegredev commented 3 years ago

Probably fair to assume something like that is going to happen and as I personally won't be able to test it myself neither now or then, I'm just going to merge it now. Thanks!