Ionic 2.2.1?

The update of my already installed Ionic 2 RC4 to final kept on failing. So I uninstalled it and then installed Ionic 2 final release. However, on running “ionic --version” I get “2.2.1”…I was expecting “2.0.0”.

It’s been only 6 days and we already have 2.2.1? Or something is wrong on my side?

Probably the 2.2.1 is the Ionic CLI version.
To get the 2.0.0 follow the rc.5 changelog config https://github.com/driftyco/ionic/blob/master/CHANGELOG.md but where it’s 2.0.0-rc.5 leave just 2.0.0

When you running ionic --version, you get ionic CLI version,
that is to say, the command line tool.

but, if you go to package.json, “ionic-angular”: has value “2.0.0”

Regards

ionic --version is returning the version number of the CLI, which is at 2.2.1

If you run ionic info, you will get something like this:

Your system information:

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.8.6
ios-sim version: 5.0.8
OS: OS X El Capitan
Node Version: v6.9.4
Xcode version: Xcode 8.2.1 Build version 8C1002

@ChrisGriiffith, @GabrielBarreto and @jbgomez21 - thanks for your quick responses, very much appreciated!

Got it! That’s indeed CLI version. That was my overlook…it clearly says in the docs. And I completely forgot about “ionic info”, that is what I actually meant to use but couldn’t remember. Now I feel like stupid :smiley:

Thanks guys, highly appreciated!