aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/README.md
diff options
context:
space:
mode:
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>