diff options
author | Frankie B <git@diskfloppy.me> | 2023-09-08 23:21:47 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-09-08 23:21:47 +0100 |
commit | 258d57d1b2670aede4417cb90bfe73dc4212ce36 (patch) | |
tree | 09f69b920e0517fa1cd0c94c225981afe88de0f6 /config/app.php | |
parent | 26901f82220fe18c0ad6e2bfc23c59b451a4e198 (diff) |
Increment versionv2023.09.08
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 dfc65d4..ba21a4b 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.08.26', + 'version' => '2023.09.08', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), |