diff --git a/glance/db/migration.py b/glance/db/migration.py index 1977de4691..88254e8c06 100644 --- a/glance/db/migration.py +++ b/glance/db/migration.py @@ -29,5 +29,5 @@ db_options.set_defaults(cfg.CONF) # Migration-related constants EXPAND_BRANCH = 'expand' CONTRACT_BRANCH = 'contract' -CURRENT_RELEASE = '2023_1' +CURRENT_RELEASE = '2023_2' ALEMBIC_INIT_VERSION = 'liberty'