aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/README.md
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-12 13:45:38 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-07-12 13:45:38 +0200
commit31fce698ec8c3186dc6af49961e8572e81cab50b (patch)
tree9ea2905f1a91a800314c722a5004f358d83acdf7 /dev/doc/README.md
parentbd0a681350b1bc8947d6d7603dc6a9759f0c7897 (diff)
parentb8fef57225333c1f7fe685c6c483da731951939a (diff)
Merge PR #7871: [ci] Upgrade edge OCaml to 4.07.0 and Dune to 1.0.0
Diffstat (limited to 'dev/doc/README.md')
-rw-r--r--dev/doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/README.md b/dev/doc/README.md
index 1a4e40f68..223cf6286 100644
--- a/dev/doc/README.md
+++ b/dev/doc/README.md
@@ -7,7 +7,7 @@ Assuming one is running Ubuntu (if not, replace `apt` with the package manager o
```
$ sudo apt-get install make opam git
-# At the time of writing, <latest-ocaml-version> is 4.06.1.
+# At the time of writing, <latest-ocaml-version> is 4.07.0.
# The latest version number is available at: https://ocaml.org/releases/
$ opam init --comp <latest-ocaml-version>