Version Updated

This commit is contained in:
Devansh 2022-04-20 15:47:14 +05:30
parent c34fba9443
commit 8df3c37d01
2 changed files with 4 additions and 3 deletions

View File

@ -1,15 +1,16 @@
APP_NAME=Bagisto
APP_ENV=local
APP_VERSION=1.4.2
APP_VERSION=1.4.3
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_ADMIN_URL=admin
APP_TIMEZONE=Asia/Kolkata
APP_LOCALE=en
LOG_CHANNEL=stack
APP_CURRENCY=USD
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306

View File

@ -21,7 +21,7 @@ class Core
*
* @var string
*/
const BAGISTO_VERSION = '1.x-dev';
const BAGISTO_VERSION = '1.4.3';
/**
* Channel.