How can I find the current Concrete5 version in code?
Permalink 1 user found helpful
Grepping the Concrete5 folders I found references to using the Config class and SITE_APP_VERSION. So by adding the below line to my view.php I can now see my concrete5 version:
echo Config::get('SITE_APP_VERSION');