From b5ed71c959bb1672ff2e7d36d968c2f2d6565c0f Mon Sep 17 00:00:00 2001 From: cuneytsenturk Date: Mon, 25 Jun 2018 19:40:38 +0300 Subject: [PATCH] fixed update listener version issue --- app/Listeners/Updates/Version128.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Listeners/Updates/Version128.php b/app/Listeners/Updates/Version128.php index 590c8f73c..0fcb551e2 100644 --- a/app/Listeners/Updates/Version128.php +++ b/app/Listeners/Updates/Version128.php @@ -9,7 +9,7 @@ class Version128 extends Listener { const ALIAS = 'core'; - const VERSION = '1.2.0'; + const VERSION = '1.2.8'; /** * Handle the event.