brain-dev 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -120,6 +120,7 @@ async function run(args = [], opts = {}) {
|
|
|
120
120
|
|
|
121
121
|
// 8. Migrate state (adds new fields, preserves all existing data)
|
|
122
122
|
const migrated = migrateState(state);
|
|
123
|
+
migrated.version = packageVersion;
|
|
123
124
|
writeState(brainDir, migrated);
|
|
124
125
|
|
|
125
126
|
// 9. Update .gitignore
|