Newer Version Available
Package Versions
Specify the package versions in the sfdx-project.json file.
Note these considerations for package versions.
- Version numbers are formatted as major.minor.patch.build. For example, 1.2.0.8.
- A subscriber can upgrade a managed package only if the upgrade has an ancestor that was previously installed in the subscriber org. Remember that when you create a managed package version, you specify the ancestorId or ancestorVersion in sfdx-project.json. As long as the ancestor is specified when you create a managed package version, you can easily support upgrades.