There are 2 versions
1. Global tool version of meteor command
Find version by:
meteor --version # CAUTION this will auto update your meteor release !!!!!
2. Project version of meteor
A project stays at the meteor version which it was created with unless manually upgraded. Find this by running:
cat .meteor/release