bump version v0.5.0 for future development

This commit is contained in:
Dane Everitt 2016-09-21 18:50:32 -04:00 committed by GitHub
parent f29111309d
commit 74876711e9

View File

@ -4,7 +4,7 @@ return [
'env' => env('APP_ENV', 'production'),
'version' => env('APP_VERSION', 'v0.4.0-beta'),
'version' => env('APP_VERSION', 'v0.5.0-beta'),
/*
|--------------------------------------------------------------------------