Skip to content

Commit

Permalink
Merge pull request #72 from kit-ty-kate/patch-4
Browse files Browse the repository at this point in the history
Update ocaml_version.ml
  • Loading branch information
mtelvers committed May 10, 2024
2 parents 7a8d86e + 71ff6d3 commit 3eda108
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 @@ -242,7 +242,7 @@ module Releases = struct

let latest = v5_1

let unreleased_betas = [ of_string_exn "5.2.0~beta2" ]
let unreleased_betas = [ of_string_exn "5.2.0~rc1" ]
let dev = [ v5_3; v5_2 ]

let trunk =
Expand Down

0 comments on commit 3eda108

Please sign in to comment.