From c327d73377081e834c7dec460fccda49ad215795 Mon Sep 17 00:00:00 2001 From: Glenn Hermans Date: Wed, 17 Feb 2021 01:57:31 +0100 Subject: [PATCH] Updated version number --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a99cc3344..5676f7eb2 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=1.2.0 +APP_VERSION=1.3.1 APP_KEY= APP_DEBUG=true APP_URL=http://localhost @@ -67,4 +67,4 @@ LINKEDIN_CALLBACK_URL=https://yourhost.com/customer/social-login/linkedin/callba GITHUB_CLIENT_ID= GITHUB_CLIENT_SECRET= -GITHUB_CALLBACK_URL=https://yourhost.com/customer/social-login/github/callback \ No newline at end of file +GITHUB_CALLBACK_URL=https://yourhost.com/customer/social-login/github/callback