aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-06-12 11:39:30 +0300
committerValentin Popov <info@valentineus.link>2018-06-12 11:39:30 +0300
commit5136f2054879d16c9bf525f54e24a345b8547459 (patch)
tree12277be0acaa32de004d6e306c4df220602b0e86
parentf7171fa53be79fc0878cd4f331cbe11125192e4d (diff)
downloadtool_apisiteadmins-develop.tar.xz
tool_apisiteadmins-develop.zip
Fix versiondevelop
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--version.php2
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;