Skip to content

Commit c2c960a

Browse files
Updated version.php for v1.0.9
1 parent a7186d8 commit c2c960a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
defined('MOODLE_INTERNAL') || die();
2525

26-
$plugin->version = 2020090200; // The current plugin version (Date: YYYYMMDDXX).
27-
$plugin->release = '1.0.8';
26+
$plugin->version = 2020092900; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->release = '1.0.9';
2828
$plugin->requires = 2017111300; // Requires this Moodle version (Moodle V3.4.0).
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).

0 commit comments

Comments
 (0)