How to tell what the latest version of Meteor is?

I could’ve sworn that meteor update used to update you from, for example, 1.1 to 1.2. I’m on 1.3.1 and running meteor update did not automatically update me to 1.3.2.1. Is there some way to check to see what the latest versions are?

See @benjamn’s comment here:

If the release isn’t marked as recommended by MDG, it won’t be available via meteor update. At any point you can see all releases in GitHub.

Ahh, thanks! For some reason I thought 1.3.2 was a recommended release.