The resource version for component changed from 1.0 to 1.1. (601633)
Unable to save the component type
The resource version for component "preload.sh" changed from "1.0" to "1.1". (601633)
Getting this error message when I try to update a component type to use the latest version of its defining component.
We have a component type that we want to use to define the behaviour of many other components. These components have some common actions between them, such as preload, which use various shell scripts. The basic idea is, since all components perform the same actions, we want to be able to change the script, update the component type, and have that change propagate to all components of that type so that we don't have to modify all components every time we make a small change to a script.
However, it seems like changing the version of a referenced component in a defining component for a type gives the error message above. Is there any way to do what we are trying to do without updating the referenced version in every component every time we make a small change to one shared script?

