Fix the version number in the upgrade guide

This commit is contained in:
Ben Ogle
2015-01-15 14:00:22 -08:00
parent 380fee33ef
commit e598856db5

View File

@@ -63,7 +63,7 @@ When you are deprecation free and all done converting, upgrade the `engines` fie
```json
{
"engines": {
"atom": ">=0.x.0, <2.0.0"
"atom": ">=0.174.0, <2.0.0"
}
}
```