From b0037c16705b83f1a5dd8cdfd80cda2769a19888 Mon Sep 17 00:00:00 2001 From: ashishkamal17 Date: Fri, 3 Feb 2023 17:51:21 +0530 Subject: [PATCH] Update environment.ts --- src/environments/environment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/environments/environment.ts b/src/environments/environment.ts index a7af651..67a375f 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -9,6 +9,7 @@ export const environment = { //Define General URL'S here. export const URLS = { baseURL: "http://localhost/sma/src/", + version: "1.0.0", }; /*