Skip to content

Commit

Permalink
relaese build 170123
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed Jan 17, 2024
1 parent 98ecebc commit 6906d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/build-version/build-version.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
}
}

0 comments on commit 6906d22

Please sign in to comment.