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:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user