Skip to content

Commit

Permalink
feat: add v3.1.0 option (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
xigongdaEricyang authored May 30, 2022
1 parent f9a9538 commit 809705d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export enum MACHINE_TYPE {
network = 'network'
}

export const VERSIONS = ['v2.0.1', 'v2.5.1', 'v2.6.1', 'v3.0.0'];
export const VERSIONS = ['v2.0.1', 'v2.5.1', 'v2.6.1', 'v3.0.0', 'v3.1.0'];

export const getDefaultTimeRange = (interval?: number) => {
const end = Date.now();
Expand Down

0 comments on commit 809705d

Please sign in to comment.