Skip to content

Commit

Permalink
fix: incorrect version in migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Aug 13, 2024
1 parent 17766d0 commit 6e57d50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
});
return configFile;
},
'1.0.3': (configFile) => {
'1.1.0-dev.1': (configFile) => {
Object.entries(configFile.configs)
.forEach(([name, options]) => {
if (name === 'local') {
Expand Down

0 comments on commit 6e57d50

Please sign in to comment.