diff --git a/src/Meanbee/Magedbm/Application.php b/src/Meanbee/Magedbm/Application.php index 215c884..49078db 100644 --- a/src/Meanbee/Magedbm/Application.php +++ b/src/Meanbee/Magedbm/Application.php @@ -12,7 +12,7 @@ class Application extends \Symfony\Component\Console\Application { const APP_NAME = 'Magedbm'; - const APP_VERSION = '1.4.0'; + const APP_VERSION = '1.4.1'; protected $autoloader; @@ -43,4 +43,4 @@ public function setAutoloader($autoloader) return $this; } -} \ No newline at end of file +}