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

View File

@@ -4,7 +4,7 @@ return [
'env' => env('APP_ENV', 'production'),
'version' => env('APP_VERSION', 'canary'),
'version' => env('APP_VERSION', '0.5.2'),
/*
|--------------------------------------------------------------------------