Skip to content

Commit dd91156

Browse files
committed
fix version number
1 parent 3b21061 commit dd91156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/class-migration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function maybe_migrate() {
117117
if ( version_compare( $version_from_db, '1.3.0', '<' ) ) {
118118
self::migrate_from_1_2_0();
119119
}
120-
if ( version_compare( $version_from_db, '2.0.2', '<' ) ) {
120+
if ( version_compare( $version_from_db, '2.1.0', '<' ) ) {
121121
self::migrate_from_2_0_0();
122122
}
123123

0 commit comments

Comments
 (0)