Skip to content

Commit

Permalink
Remove < 4.08 from recent releases
Browse files Browse the repository at this point in the history
  • Loading branch information
benmandrew committed Jan 24, 2024
1 parent f4b8da0 commit 1536916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ module Releases = struct
v4_09; v4_10; v4_11; v4_12; v4_13;
v4_14; v5_0; v5_1 ]

let recent = [ v4_02; v4_03; v4_04; v4_05; v4_06; v4_07; v4_08; v4_09; v4_10; v4_11; v4_12; v4_13; v4_14; v5_0; v5_1 ]
let recent = [ v4_08; v4_09; v4_10; v4_11; v4_12; v4_13; v4_14; v5_0; v5_1 ]

let latest = v5_1

Expand Down

0 comments on commit 1536916

Please sign in to comment.