bump version to 0.5.0

Any changes to v0.4.x release will require a release branch with
modifications.
This commit is contained in:
Dane Everitt 2016-09-27 21:02:30 -04:00
parent 30f58382bc
commit ca84022e84
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

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