Documents
upgrades
upgrades
Type
External
Status
Published
Created
Mar 5, 2026
Updated
Mar 5, 2026

import InstallCommand from '/docs/snippets/install-npm-yarn.md'
import BuildCommand from '/docs/snippets/build-npm-yarn.md'
import DevelopCommand from '/docs/snippets/develop-npm-yarn.md'

Upgrades#

Strapi periodically releases code improvements through new versions. New Strapi versions are announced in both the terminal and in the administration panel, and list what is new with each new version.

The latest version number of Strapi that was released by the Strapi core team can be found on or on .

When a new version of Strapi is released, you might want to upgrade, and the present page serves as an entry point for information about upgrading.

How can I find my current Strapi version number?

You can find the current version number of your Strapi application:

  • either in the admin panel, by going to Settings > Global Settings > Overview and looking at the Strapi version number printed in the Details section:

    <ThemedImage
    alt="Finding your Strapi version number in the admin panel"
    sources={{
    light: '/img/assets/migration/strapi-version-number.png',
    dark: '/img/assets/migration/strapi-version-number_DARK.png'
    }}
    />

  • or by running yarn strapi version or npm run strapi version in the terminal, from the folder where your Strapi project is located.

Click on one of the 2 following cards depending on your use case: