From 1bc905e0868320ef279997ec6fa6626f8b988ed7 Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Wed, 19 Apr 2017 15:44:47 +0300 Subject: [PATCH] version update 1.6.0 to 1.6.1 --- system/library/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/library/version.php b/system/library/version.php index 45241db29..d17e29c9e 100644 --- a/system/library/version.php +++ b/system/library/version.php @@ -25,15 +25,15 @@ final class Version extends Object protected $minor = '6'; - protected $patch = '0'; + protected $patch = '1'; protected $build = ''; protected $status = 'Stable'; - protected $date = '11-April-2017'; + protected $date = '19-April-2017'; - protected $time = '20:00'; + protected $time = '15:30'; protected $zone = 'GMT +3';