Skip to content

Commit

Permalink
Add support to Xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricematrat committed Jan 25, 2016
1 parent 2ffb927 commit ef41211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/series/series.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var Series = map[string]SeriesInfo{
"utopic": SeriesInfo{true, Ubuntu, false, 0},
"vivid": SeriesInfo{true, Ubuntu, true, 1.101},
"wily": SeriesInfo{true, Ubuntu, true, 1.102},
"xenial": SeriesInfo{true, Ubuntu, true, 1.103},

// Windows
"win2012hvr2": SeriesInfo{true, Windows, true, 1.1},
Expand Down

0 comments on commit ef41211

Please sign in to comment.