bump version for rc.1 🎊

This commit is contained in:
Dane Everitt 2016-10-30 19:49:52 -04:00
parent a55220da39
commit 8430aa8713
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 1 additions and 1 deletions

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.5.0-rc.1'),
/*
|--------------------------------------------------------------------------