summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie <git@diskfloppy.me>2023-12-31 02:14:41 +0000
committerFrankie <git@diskfloppy.me>2023-12-31 02:14:41 +0000
commit55cb4b055b3ab2d9242e2dfa2309d7c87d86e688 (patch)
treee507f1647d9018d2788981bc15085ed4e190b349
parentd051dce5b7cbf2fedd7e0f4898730867c6759f79 (diff)
Increment version
-rw-r--r--config/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app.php b/config/app.php
index d4177ae..26005ea 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.11.26',
+ 'version' => '2023.12.31',
'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'),