0
Under review

how to set the API Version on a apex class

Eric Miller 11 years ago updated 11 years ago 2
Is there a way to set the API Version when saving an APEX Class like there is with Developers Console?
+1
Under review
You can do it from the Metadata Explorer. Just download the metadata and within the meta.xml file change the version. Once you do that, you can switch back to the Object Explorer. We are planning to add this feature to the Object Explorer in the near future.
Thanks that did it. Look forward to seeing that as part the the UI of the class as we are editng it.