Update version number

This commit is contained in:
Mike Koch 2017-11-25 21:53:47 -05:00
parent 8d30a041fe
commit a7546419a4
No known key found for this signature in database
GPG Key ID: 9BA5D7F8391455ED

View File

@ -217,5 +217,6 @@ function getAllMigrations() {
160 => new UpdateMigration('3.2.1', '3.2.0', 160),
161 => new UpdateMigration('3.2.2', '3.2.1', 161),
162 => new UpdateMigration('3.2.3', '3.2.2', 162),
163 => new UpdateMigration('3.2.4', '3.2.3', 163),
);
}