Rename migration to v2.35.0 & merge master

This commit is contained in:
advplyr 2026-04-30 16:08:24 -05:00
parent 379f6c716a
commit dc446862c1

View file

@ -7,7 +7,7 @@
* @property {MigrationContext} context - an object containing the migration context.
*/
const migrationVersion = '2.33.0'
const migrationVersion = '2.35.0'
const migrationName = `${migrationVersion}-add-last-refresh-token`
const loggerPrefix = `[${migrationVersion} migration]`