Technically it's possible to use helpers.compare_versions(helpers.game_version, "2.0.58") >= 0
to add conditional behavior based on the game version, letting experimental players access the feature, while still running on stable. helpers
has been available in the runtime stage for a while, but a recent update prior to the current stable exposed it at the prototype stage as well.
Given that it wouldn't really be necessary once the version hits stable except for people who specifically downgrade their game, it's ultimately your choice whether or not doing this would be worth the effort.