bump for release

begins standard of removing `v` from the version to allow easier
version checking.
This commit is contained in:
Dane Everitt 2016-11-26 20:30:50 -05:00
parent f6275058d0
commit bfe253516d
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', 'canary'),
'version' => env('APP_VERSION', '0.5.2'),
/*
|--------------------------------------------------------------------------