Skip to content

Commit

Permalink
filled out a missing version of MIGRATION_ORDER. (#9658)
Browse files Browse the repository at this point in the history
5.0.2, 5.0.3
  • Loading branch information
windofwind authored and hkollmann committed Apr 7, 2019
1 parent 7ea08e2 commit e8a6a59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/bin/migrator.py
Expand Up @@ -97,7 +97,9 @@
"4.1",
"4.1.1",
"5.0",
"5.0.1"
"5.0.1",
"5.0.2",
"5.0.3"
]

default_old_version = "4.1.1"
Expand Down

0 comments on commit e8a6a59

Please sign in to comment.