Security Alert from Google Play Developer Console

I get a security alert in the Google Play Developer Console:
Please migrate your app(s) to Apache Cordova v.4.1.1 or higher as soon as possible and increment the version number of the upgraded APK.

Where do I check which version or Cordova my application use?

To fix it, I guess I just have to upgrade cordova, and release a new apk, right?
vagrant@ionic-android:/project$ cordova -v
5.4.1

Thanks