Skip to content

Commit

Permalink
Enable v1.0.8 upgrade (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Nov 25, 2024
1 parent e79084c commit e24d725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keychain/src/hooks/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CONTROLLER_VERSIONS: Array<ControllerVersionInfo> = [
},
];

const LATEST_CONTROLLER = CONTROLLER_VERSIONS[3];
const LATEST_CONTROLLER = CONTROLLER_VERSIONS[4];

type ControllerVersionInfo = {
version: string;
Expand Down

0 comments on commit e24d725

Please sign in to comment.