<?php
namespace Donnate\EntityBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class EntityBundle extends Bundle
{
const VERSION = '0.0.1';
}