From 6906d2265669769bd98dc829941aa760463b51f2 Mon Sep 17 00:00:00 2001 From: Alfred-Mutai Date: Wed, 17 Jan 2024 13:19:17 +0300 Subject: [PATCH] relaese build 170123 --- src/app/build-version/build-version.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build-version/build-version.component.ts b/src/app/build-version/build-version.component.ts index d1f229b80..429856758 100644 --- a/src/app/build-version/build-version.component.ts +++ b/src/app/build-version/build-version.component.ts @@ -20,7 +20,7 @@ export class BuildVersionComponent implements OnInit { try { this.version = VERSION.version; this.hash = VERSION.hash; - this.buildDate = new Date(VERSION.buildDate); + this.buildDate = new Date('Jan 15, 2024, 6:51:04 PM'); // new Date(VERSION.buildDate); } catch (e) {} } }