Meteor 1.10 released!

Excited for this, but when I update to the newest version I don’t see a corresponding version folder in my ~/.meteor folder (I still see 1.9.3). Am I doing something wrong?

Try this:

meteor update --release 1.10.1

Thanks for the suggestion. I removed my ~/.meteor folder, double-checked my versions file to make sure it had 1.10.1 for meteor, and ran the command you suggested. In ~/.meteor/meteor I only see 1.9.3 and in ~/.meteor/meteor-tool I see 1.10.1. Why would 1.9.3 be showing up in the ~/.meteor folder?

I took a deeper look and one of my packages has its own versions file with version 1.9.3 of meteor specified. It seems odd to me that that would override meteor’s versions file but that seems to be what’s happening. Thanks again for your help.