From 8d314052ee02a18739bfcc4b4a914ec7a59db39c Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 30 Jun 2015 22:20:10 +1200 Subject: [PATCH] bump release version to avoid confusion with 2.9/master branch --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ff213d4..1a89ddc 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ $plugin->version = 2015040503; $plugin->requires = 2014042900; -$plugin->release = '2.9.1'; +$plugin->release = '2.9.1.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';