From 81e278f41a39198b4ee09902717c02104b0ded5e Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Tue, 14 May 2019 18:59:02 +0300 Subject: [PATCH] Update the application version --- app/Platform/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Platform/Bootstrap.php b/app/Platform/Bootstrap.php index e3c23f9d89..851d034655 100644 --- a/app/Platform/Bootstrap.php +++ b/app/Platform/Bootstrap.php @@ -14,7 +14,7 @@ // Define The Application Version //-------------------------------------------------------------------------- -define('VERSION', '4.1.7'); +define('VERSION', '4.1.8'); //-------------------------------------------------------------------------- // Set PHP Error Reporting Options