I'm developing a Meteor app on cloud9 (c9.io) which is stuck on Meteor v0.5.9. I'd like to try my app with 0.6.5.1 as I'm having a few unexplained issues.
Q: Is it possible to do a meteor deploy myapp.meteor.com
and specify the version of Meteor.
I'm assuming not, as I guess everything's packaged up and deployed together, including Meteor itself?
Specify what version of Meteor to use locally suggest you can specify meteor versions, so may be I should set that just before deployment?
Thanks in advance.