From 480844c7788edf8da64084390cb97ba7ea277e05 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 2 Aug 2021 11:51:14 +0200 Subject: [PATCH] DOC: Add hint on Julia version to README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b02135c..3fadc0c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ client library for CaosDB and a part of the CaosDB project. ## Setup Please read the [README\_SETUP.md](README_SETUP.md) for instructions -on how to develop, build, and use this code. +on how to develop, build, and use this code. caosdb-julialib is +developped and tested using Julia 1.6, we cannot guarantee its +compatibility with versions <= 1.5. ## Further reading -- GitLab