Skip to content

Commit

Permalink
chore: [IOPID-1301] Bump ToS version from 4.7 to 4.8"" (#5402)
Browse files Browse the repository at this point in the history
Reverts #5391
  • Loading branch information
shadowsheep1 authored Jan 23, 2024
1 parent 3431429 commit 46af866
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 46af866

Please sign in to comment.