diff options
author | Frankie B <git@diskfloppy.me> | 2023-08-24 21:39:47 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-08-24 21:39:47 +0100 |
commit | c44d47f7ea7468487fffa1a62d2e52c247e7b738 (patch) | |
tree | 24db91ca70970907f4f1852feb4a87b72412fd23 /config/app.php | |
parent | 3f953cca732017ef06e275e73fa817a63d1a1044 (diff) |
Update site version number formatv2023.08.24
Diffstat (limited to 'config/app.php')
-rw-r--r-- | config/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php index 3bec3c3..ca32cfd 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '6.0', + 'version' => '2023.08.24', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |