Skip to content

Commit b8a6a15

Browse files
authored
Set version to 'canary' on development branch
Official releases are either merged into master or branched off where their version number is then incremented.
1 parent c52dfe6 commit b8a6a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
'version' => env('APP_VERSION', 'v0.5.0'),
7+
'version' => env('APP_VERSION', 'canary'),
88

99
/*
1010
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)