*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
class Mage_Command_BuiltIn_Version
    extends Mage_Command_CommandAbstract
{
    public function run()
    {
        Mage_Console::output('Running Magallanes version ' . MAGALLANES_VERSION .'', 0, 2);
    }
}