From 4f4353ce066f8cc1b8049fa547ef383581d49c1a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 6 Feb 2024 13:21:20 +0100 Subject: [PATCH] docs: bump latest release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecaa03f2..7045a427 100644 --- a/README.md +++ b/README.md @@ -559,7 +559,7 @@ $ pip3 install mistletoe - Build DwarFS and run its tests: ``` -$ git checkout v0.9.0 +$ git checkout v0.9.1 $ git submodule update $ mkdir build && cd build $ cmake .. -GNinja -DWITH_TESTS=ON