bump version for release

This commit is contained in:
Dane Everitt 2016-12-02 19:47:54 -05:00
parent e3587966e2
commit 25cc1bef3e
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', 'canary'),
'version' => env('APP_VERSION', '0.5.4'),
/*
|--------------------------------------------------------------------------