From c44d47f7ea7468487fffa1a62d2e52c247e7b738 Mon Sep 17 00:00:00 2001
From: Frankie B <git@diskfloppy.me>
Date: Thu, 24 Aug 2023 21:39:47 +0100
Subject: Update site version number format

---
 config/app.php                            | 2 +-
 resources/views/includes/footer.blade.php | 2 +-
 2 files changed, 2 insertions(+), 2 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'),
diff --git a/resources/views/includes/footer.blade.php b/resources/views/includes/footer.blade.php
index e71395f..c19bd71 100644
--- a/resources/views/includes/footer.blade.php
+++ b/resources/views/includes/footer.blade.php
@@ -25,6 +25,6 @@
              alt="Wiby - Search Engine for the Classic Web">
     </a><br>
     This site is best viewed at 1024x768 with 16-bit color or better<br>
-    &copy; floppydisk 2021-{{ date('Y') }}, Site Version {{ config('app.version') }}, <a
+    &copy; floppydisk 2021-{{ date('Y') }}, v{{ config('app.version') }}, <a
         href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br>
 </div>
-- 
cgit v1.2.3-54-g00ecf