for migrate 1.2.9

This commit is contained in:
cuneytsenturk
2018-06-27 19:58:27 +03:00
parent 68576ffeeb
commit ebe461b5e1
2 changed files with 3 additions and 3 deletions

View File

@ -5,11 +5,11 @@ namespace App\Listeners\Updates;
use App\Events\UpdateFinished;
use Artisan;
class Version128 extends Listener
class Version129 extends Listener
{
const ALIAS = 'core';
const VERSION = '1.2.8';
const VERSION = '1.2.9';
/**
* Handle the event.