diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-12 11:39:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-12 11:39:30 +0300 |
commit | 5136f2054879d16c9bf525f54e24a345b8547459 (patch) | |
tree | 12277be0acaa32de004d6e306c4df220602b0e86 | |
parent | f7171fa53be79fc0878cd4f331cbe11125192e4d (diff) | |
download | tool_apisiteadmins-5136f2054879d16c9bf525f54e24a345b8547459.tar.xz tool_apisiteadmins-5136f2054879d16c9bf525f54e24a345b8547459.zip |
Fix versiondevelop
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 460c521..5970860 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = "tool_apisiteadmins"; $plugin->maturity = MATURITY_STABLE; -$plugin->release = "1.0.0 (Build: 2018061100)"; +$plugin->release = "v1.0.0 (Build: 2018061100)"; $plugin->requires = 2015050500; $plugin->version = 2018061100; |