From f30460fe92cc72ff9a047b6a97dcd20316ca4a64 Mon Sep 17 00:00:00 2001 From: LordGrey Date: Thu, 6 May 2021 13:43:30 +0200 Subject: [PATCH] Ensure default database is populated with current release --- config/hyperion.config.json.default | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/hyperion.config.json.default b/config/hyperion.config.json.default index 6994ba71..90f92721 100644 --- a/config/hyperion.config.json.default +++ b/config/hyperion.config.json.default @@ -2,6 +2,8 @@ "general" : { "name" : "My Hyperion Config", + "configVersion": "2.0.0-alpha.9", + "previousVersion": "2.0.0-alpha.9", "watchedVersionBranch" : "Stable", "showOptHelp" : true },