Add RC version to migration

This commit is contained in:
Jake Barnby 2025-05-18 03:20:46 +12:00
parent 617fc6a04a
commit 32d2001aa2
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -83,6 +83,7 @@ abstract class Migration
'1.6.0' => 'V21',
'1.6.1' => 'V21',
'1.6.2' => 'V22',
'1.7.0-RC1' => 'V23',
'1.7.0' => 'V23',
];