From 4cf300bdb03bd02d6d8932edd172f38ac884cc73 Mon Sep 17 00:00:00 2001
From: Timo Koch <timokoch@math.uio.no>
Date: Wed, 27 Oct 2021 20:09:53 +0000
Subject: [PATCH] [installdumux.py] Upgrade to dune 2.8

---
 bin/installdumux.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/installdumux.py b/bin/installdumux.py
index 4ad4a55c45..b006373a56 100755
--- a/bin/installdumux.py
+++ b/bin/installdumux.py
@@ -17,7 +17,7 @@ parser = argparse.ArgumentParser(
     description="This script downloads and compiles the latest release of Dumux.",
 )
 # Optional arguments
-parser.add_argument("--dune-version", default="2.7", help="Dune version to be checked out.")
+parser.add_argument("--dune-version", default="2.8", help="Dune version to be checked out.")
 parser.add_argument("--dumux-version", default="3.4", help="Dumux version to be checked out.")
 args = vars(parser.parse_args())
 
-- 
GitLab