mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Version bump for migration version
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
f2cb51884f
commit
219eb01691
@ -6,7 +6,7 @@ import { getInjectable } from "@ogre-tools/injectable";
|
|||||||
|
|
||||||
const storeMigrationVersionInjectable = getInjectable({
|
const storeMigrationVersionInjectable = getInjectable({
|
||||||
id: "store-migration-version",
|
id: "store-migration-version",
|
||||||
instantiate: () => "6.4.0",
|
instantiate: () => "6.5.0",
|
||||||
});
|
});
|
||||||
|
|
||||||
export default storeMigrationVersionInjectable;
|
export default storeMigrationVersionInjectable;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user