Bump 0.3.1 -> 0.4.0

This commit is contained in:
dana 2020-04-22 12:49:40 -05:00
parent 05ce587f84
commit bb6feca8f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ use Dana\Twigc\ComposerHelper;
*/
class Application {
const NAME = 'twigc';
const VERSION = '0.3.1';
const VERSION = '0.4.0';
const BUILD_DATE = '%BUILD_DATE%'; // Replaced during build
protected $name;