Skip to content

Commit caa6b34

Browse files
authored
Merge pull request ocaml#22673 from ocaml/opam-2.1.4
Update the opam update warning after the release of opam 2.1.4
2 parents d6a4eae + d81febe commit caa6b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ upstream: "https://github.com/ocaml/opam-repository/tree/master/"
44
announce: [
55
"""
66
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)
7-
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.3") | opam-version < "2.0.10"}
7+
""" {(opam-version >= "2.1.0~~" & opam-version < "2.1.4") | opam-version < "2.0.10"}
88
"""
99
[INFO] opam 2.1 includes many performance improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
1010
""" {opam-version >= "2.0.10" & opam-version < "2.1.0~~"}

0 commit comments

Comments
 (0)