Merge pull request #9782 from appwrite/fix-version

Add RC version to migration
This commit is contained in:
Jake Barnby 2025-05-17 15:21:50 +00:00 committed by GitHub
commit 18ed2ecce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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',
];