Set version to 'canary' on development branch

Official releases are either merged into master or branched off where their version number is then incremented.
This commit is contained in:
Dane Everitt 2016-11-07 20:08:25 -05:00 committed by GitHub
parent c52dfe6799
commit b8a6a15b08

View file

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