Change the version to 4.1 to represent that their are bug fixes and features added since 4.0.x.

This commit is contained in:
markjcrane
2015-12-15 22:06:35 -07:00
parent 2a5c69f18f
commit b9b90679da

View File

@@ -27,7 +27,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '4.0.1';
return '4.1.0';
}
}