Update functions.php
Updating the version number to 4.2.1 which includes bug fixes and security updates.
This commit is contained in:
parent
79d149b688
commit
2a8b1ff602
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
if (!function_exists('software_version')) {
|
if (!function_exists('software_version')) {
|
||||||
function software_version() {
|
function software_version() {
|
||||||
return '4.2.0';
|
return '4.2.1';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue