Skip to content

Commit

Permalink
Reset userreset version (#544)
Browse files Browse the repository at this point in the history
* Removing the old dashboard code

* one last line to clean

* commit for review and collab

* people enabled

* updating the version number

Co-authored-by: Spencer Stolworthy <[email protected]>
  • Loading branch information
philipdouble and sdstolworthy authored Sep 20, 2021
1 parent 2984684 commit a022834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/version_feature_factory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type FeatureVersionMap = {
};

export const FEATURE_VERSION_MAP: FeatureVersionMap = {
resetUser: 'v1.2.10',
resetUser: 'v1.2.50',
newDashboard: 'v1.2.0',
};
const getSemverFromVersionString = (version: string = ''): string => {
Expand Down

0 comments on commit a022834

Please sign in to comment.