From 6ca98e19f45b64b455604addcef3e4f3ca6e3c45 Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Sat, 26 Oct 2019 14:24:38 +0200 Subject: [PATCH] MycroftOS: Forgot to bump max core version string to 19.8 --- .../rootfs-overlay/home/mycroft/.mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/home/mycroft/.mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/home/mycroft/.mycroft/mycroft.conf index d8f52574..2ffdf318 100644 --- a/buildroot-external/rootfs-overlay/home/mycroft/.mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/home/mycroft/.mycroft/mycroft.conf @@ -1,3 +1,3 @@ { - "max_allowed_core_version": 19.2 + "max_allowed_core_version": 19.8 }