Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Increase version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyshaw committed Mar 16, 2016
1 parent 88c6fc4 commit b675468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Meanbee/Magedbm/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -43,4 +43,4 @@ public function setAutoloader($autoloader)

return $this;
}
}
}

0 comments on commit b675468

Please sign in to comment.