C5.6.4.0 package id

Where do I find the package id form my installation of c5.6.4.0?

thanks

if you mean the version id of a package for concrete v5.6.4.0, it’s in the controller.php file of the root directory of the package, sthing like

grep -i pkgVersion controller.php
    protected $pkgVersion = '0.3.1';

if you mean the version of your c5, it seems you know it… it’s in

concrete/config/version.php