From 2fc2991bcf629b67b0de251ff98684acdb09f5ae Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Wed, 7 Oct 2020 22:33:17 -1000 Subject: [PATCH] enable default_version by default Signed-off-by: Paul Spooren --- www/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/config.js b/www/config.js index 1a09712..0050795 100644 --- a/www/config.js +++ b/www/config.js @@ -12,7 +12,7 @@ var config = { "18.06.7": "../misc/18.06.7/overview.json", }, // Pre-selected version - //default_version: "19.07.1", + default_version: "19.07.1", // Build custom images // See https://github.com/aparcar/asu //asu_url: 'https://chef.libremesh.org' -- 2.30.2