The package only creates a version on update, and that version is equal to the current values in the database.
How can I create a version without updating so that if I'm adding this package to an already existing application, I can keep the current entries as versions?
Something like $model->createCurrentVersion().