From b9b90679dab6cead1bc65c08fd87b69a8b202cdc Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 15 Dec 2015 22:06:35 -0700 Subject: [PATCH] Change the version to 4.1 to represent that their are bug fixes and features added since 4.0.x. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 04e6d1f3f1..ec2140d1a2 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '4.0.1'; + return '4.1.0'; } }