diff options
author | Frankie B <floppydisk05@aol.com> | 2023-10-15 19:44:41 +0100 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-10-15 19:44:41 +0100 |
commit | db3223d30446f0a732b4f6314549ee00f42b77eb (patch) | |
tree | 207cbe9e27ac1e3023228a9dd1be29f93d2f5585 /config/app.php | |
parent | ad35d39d680541cb4dd664737339c575c4b083f0 (diff) |
Bump version
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 ba21a4b..eaebb67 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' => '2023.09.08', + 'version' => '2023.10.15', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |