From f8ab89946d97bf4da91faa497c6b6a38b5d8746e Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Mon, 20 Nov 2017 12:37:48 -0500 Subject: [PATCH] Update version --- install/migrations/core.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/migrations/core.php b/install/migrations/core.php index 6526344d..5157c658 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -213,8 +213,9 @@ function getAllMigrations() { 157 => new \v320\AddAuditTrail\CreateAuditTrailToReplacementValuesTable(), 158 => new \v320\AddMigrationSetting(), 159 => new UpdateMigration('3.2.0', '3.1.1', 159), - //3.2.1 - 3.2.2 + //3.2.1 - 3.2.3 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), ); } \ No newline at end of file