bump version for release

This commit is contained in:
Dane Everitt 2016-09-27 18:06:24 -04:00
parent b5a26c2f51
commit 09b0a3da27
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.5.0-beta'),
'version' => env('APP_VERSION', 'v0.4.1-beta'),
/*
|--------------------------------------------------------------------------
@ -115,7 +115,7 @@ return [
'providers' => [
Dingo\Api\Provider\LaravelServiceProvider::class,
/*
* Laravel Framework Service Providers...
*/