From 7f8cecd2605c833783696a2ef44d96d9c3a88926 Mon Sep 17 00:00:00 2001 From: Virgil-Adrian Teaca Date: Mon, 13 May 2019 02:14:43 +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 61c0f195..867404bd 100644 --- a/app/Platform/Bootstrap.php +++ b/app/Platform/Bootstrap.php @@ -14,7 +14,7 @@ // Define The Application Version //-------------------------------------------------------------------------- -define('VERSION', '1.0.2'); +define('VERSION', '1.0.3'); //-------------------------------------------------------------------------- // Set PHP Error Reporting Options