From 1a30b7cd1dc67a3ad88caeb5f42283334130b0d0 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 31 May 2021 15:37:04 -0700 Subject: [PATCH] Tag initial version --- config/app.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/app.php b/config/app.php index 13ccf9a..bdead96 100644 --- a/config/app.php +++ b/config/app.php @@ -15,6 +15,18 @@ 'name' => env('APP_NAME', 'kcal'), + /* + |-------------------------------------------------------------------------- + | Application Version + |-------------------------------------------------------------------------- + | + | This value is the version of your application. This value is used when + | the framework needs to place the application's version in a notification + | or any other location as required by the application or its packages. + */ + + 'version' => '0.8.0', + /* |-------------------------------------------------------------------------- | Application Environment