how to check codeigniter version via command line code example
Example: check codeigniter version
inside system > core > CodeIgniter.php
const CI_VERSION = '3.1.10';
inside system > core > CodeIgniter.php
const CI_VERSION = '3.1.10';