Latest version of scoped application is not shown on target instanceIssue The most recent version of the custom application cannot be migrated from the development instance to the production instance. The target instance does not display the latest version of the application.CauseThe application's versioning has not been handled appropriately, and it should follow an incremental sequence.ResolutionTo update the application in the ServiceNow Store/Update set, publish it with a version number higher than the current highest version. Please consult the provided documentation for information on how to publish an application. Publish to Update set Publish to ServiceNow Store For example: After developing a customized application and publishing it with version 1.0.8, updating the version to 1.0.28 will not display the latest version on the target instance.The target instance will still show version 1.0.8 as the latest version.The platform recognizes version 1.0.8 as being higher than 1.0.28. It is recommended that the version number be greater than the current latest version.To resolve this issue, it is suggested to use a version number higher than 1.0.8, such as 1.0.81 or 1.0.9. Refer to Publish to Application Repository on publishing to repository