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 401fbb56e2
commit 7c061fab0f
1 changed files with 1 additions and 1 deletions

View File

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