1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-13 19:56:25 +02:00

MDL-42666 repository_boxnet: fix broken version

The last commit here looked like Fred had broken the version,
but it was my mistake. I owe Fred a beer at the next available
opportunity.
This commit is contained in:
Dan Poltawski 2013-11-08 11:02:35 +08:00
parent 46f763ed4a
commit 7925c3b45c

@ -26,6 +26,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013110517; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2013110700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2013110500; // Requires this Moodle version
$plugin->component = 'repository_boxnet'; // Full name of the plugin (used for diagnostics)