From 5136f2054879d16c9bf525f54e24a345b8547459 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 12 Jun 2018 12:39:30 +0400 Subject: Fix version Signed-off-by: Valentin Popov --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3