From 7ae7671a3e98525bb513499e7d7388d0e20efc72 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 22 Aug 2014 08:19:59 +0000 Subject: [PATCH] Update dev branch version to 3.7.1 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 2a3e62d4dc..3fbb06c87d 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.7.0'; + return '3.7.1'; } }