Skip to content

Commit

Permalink
Support 2.13.{7,8}
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Jan 11, 2022
1 parent 4bf2b95 commit c417c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Versions {
majors = List(
Major(2, 11, (0 to 12).map(Minor(2, 11, _, None, commonHelpFlags))),
Major(2, 12, (0 to 14).map(Minor(2, 12, _, None, commonHelpFlags))),
Major(2, 13, (0 to 6).map(Minor(2, 13, _, None, commonHelpFlags :+ "-V" :+ "-W")))
Major(2, 13, (0 to 8).map(Minor(2, 13, _, None, commonHelpFlags :+ "-V" :+ "-W")))
)
),
Epoch(
Expand Down

0 comments on commit c417c3b

Please sign in to comment.