Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
begins standard of removing `v` from the version to allow easier
version checking.
  • Loading branch information
DaneEveritt committed Nov 27, 2016
1 parent f627505 commit bfe2535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

'env' => env('APP_ENV', 'production'),

'version' => env('APP_VERSION', 'canary'),
'version' => env('APP_VERSION', '0.5.2'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit bfe2535

Please sign in to comment.