Skip to content

Commit 7d1bd4a

Browse files
authored
Change Ocaml version in readme (#6350)
Change Ocaml version of the example in readme to `4.14.2` as the same as the version in `xs-opam-ci.env`.
2 parents 182528a + b0d2248 commit 7d1bd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To build xen-api from source, we recommend using [opam](https://opam.ocaml.org/d
3232
- Run that line, e.g.:
3333

3434
```bash
35-
export OCAML_VERSION_FULL="4.14.1"
35+
export OCAML_VERSION_FULL="4.14.2"
3636
```
3737

3838
4) Setup opam with your environment (i.e. switch).

0 commit comments

Comments
 (0)