From b405cdc0166484f68c6efc1117b741a470029413 Mon Sep 17 00:00:00 2001 From: Shalvah Date: Fri, 21 May 2021 16:39:45 +0100 Subject: [PATCH] Update Globals.php --- src/Tools/Globals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/Globals.php b/src/Tools/Globals.php index 545a649d..8b00cf56 100644 --- a/src/Tools/Globals.php +++ b/src/Tools/Globals.php @@ -4,7 +4,7 @@ class Globals { - public const SCRIBE_VERSION = '2.7.0'; + public const SCRIBE_VERSION = '2.7.1'; public static $shouldBeVerbose = false;