From 0cc998a7e31e59a07b827b84f4fb632602f14561 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 6 Sep 2024 11:41:05 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85fba1..f5b8efa 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,13 @@ The book_start method should respond once startup is complete. The [leveled_boo Running in Riak requires Riak 2.9 or beyond, which is available from January 2019. -There are three main branches: +There are two main branches under active development: -[`develop-3.1` - default](https://github.com/martinsumner/leveled/tree/develop-3.1): Target for the Riak 3.1 release with support for OTP 22 and OTP 24; +[`develop-3.4` - default](https://github.com/martinsumner/leveled/tree/develop-3.4): Target for the Riak 3.4 release with support for OTP 24 and OTP 26; + +[`develop-3.1`](https://github.com/martinsumner/leveled/tree/develop-3.1): Target for the Riak 3.2 release with support for OTP 22 and OTP 24. + +There are two legacy branches, used in older versions of Riak: [`develop-3.0`](https://github.com/martinsumner/leveled/tree/develop-3.0): Used in the Riak 3.0 release with support for OTP 20 and OTP 22;