Update site version number format

This commit is contained in:
floppydiskette 2023-08-24 21:39:47 +01:00
parent 3f953cca73
commit c44d47f7ea
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
return [ return [
'name' => env('APP_NAME', 'diskfloppy.me'), 'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '6.0', 'version' => '2023.08.24',
'env' => env('APP_ENV', 'production'), 'env' => env('APP_ENV', 'production'),
'debug' => (bool) env('APP_DEBUG', false), 'debug' => (bool) env('APP_DEBUG', false),
'url' => env('APP_URL', 'http://localhost'), 'url' => env('APP_URL', 'http://localhost'),

View file

@ -25,6 +25,6 @@
alt="Wiby - Search Engine for the Classic Web"> alt="Wiby - Search Engine for the Classic Web">
</a><br> </a><br>
This site is best viewed at 1024x768 with 16-bit color or better<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> href="https://github.com/floppydisk05/diskfloppy.me">Source</a><br>
</div> </div>