interface CoreLib {
int getVersion()
}
component provides Runtime requires native CoreLib lib {
int Runtime:getVersion()
{
return lib.getVersion()
}
}
dana source put -uc your/new/version.dn -n util.Runtime -m "reason for update" -u yourUsername