Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Apr 5, 2024
1 parent f5682f4 commit 975d6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/services/global-constants.service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export class GlobalConstantsService {
public static appName: string = 'FCT App';
/* YYYY.MM.DD.HH.MM */
public static appVersion: string = '2024.04.04.22.56';
public static appVersion: string = '2024.04.04.22.56.1';
public static userDataVersion: string = '0.3.0';
public static nonAmbiguousAlphabetCapitalizedNumbers: string = '2345689ABCDEFGHKMNPQRSTWXYZ';
}

0 comments on commit 975d6fd

Please sign in to comment.