Skip to content

Commit

Permalink
Merge branch 'master' into IOPID-1298-stack-navigator-synch
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 authored Jan 23, 2024
2 parents 1a5189f + 46af866 commit a4e0a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const remindersOptInEnabled = Config.REMINDERS_OPT_IN_ENABLED === "YES";
export const isNewCduFlow = Config.CDU_NEW_FLOW === "YES";

// version of ToS
export const tosVersion: NonNegativeNumber = 4.7 as NonNegativeNumber;
export const tosVersion: NonNegativeNumber = 4.8 as NonNegativeNumber;

export const fetchTimeout = pipe(
parseInt(Config.FETCH_TIMEOUT_MS, 10),
Expand Down

0 comments on commit a4e0a95

Please sign in to comment.