Skip to content

Commit bfe2535

Browse files
committed
bump for release
begins standard of removing `v` from the version to allow easier version checking.
1 parent f627505 commit bfe2535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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', 'canary'),
7+
'version' => env('APP_VERSION', '0.5.2'),
88

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

0 commit comments

Comments
 (0)