Permalink
Browse files
Update OSX series to support el capitan
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
version/osversion.go
|
|
@@ -125,6 +125,7 @@ func macOSXSeriesFromKernelVersion(getKernelVersion func() (string, error)) (str |
|
|
// macOSXSeries maps from the Darwin Kernel Major Version to the Mac OSX
|
|
|
// series.
|
|
|
var macOSXSeries = map[int]string{
|
|
|
+ 15: "elcapitan",
|
|
|
14: "yosemite",
|
|
|
13: "mavericks",
|
|
|
12: "mountainlion",
|
|
|
|
0 comments on commit
909bf8e