From 268d6e8420452d7c59dc41d66e77c0633ed4a202 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Thu, 6 Aug 2026 18:13:46 -0400 Subject: [PATCH] Update src/invidious.cr Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> --- src/invidious.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invidious.cr b/src/invidious.cr index 5498c9b3..7aa68eac 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -54,7 +54,7 @@ require "./invidious/jobs/*" # encouraging the user compiling Invidious, to update it's Crystal compiler # version. {% if compare_versions(Crystal::VERSION, "1.14.1") < 0 %} - {{ raise "Crystal version 1.14.1 or newer is required to build Invidious, \ + {{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \ you currently have Crystal version #{Crystal::VERSION}, \ update it to a new version to be able to build Invidious. \ For more information, visit the official Crystal compiler website: https://crystal-lang.org/install/" }}