Skip to content

Commit

Permalink
MDL-64883 mod_chat: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Mar 7, 2019
1 parent 1a34def commit 5c30abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/chat/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

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

$plugin->version = 2018120301; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2019030700; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2018112800; // Requires this Moodle version.
$plugin->component = 'mod_chat'; // Full name of the plugin (used for diagnostics).

0 comments on commit 5c30abc

Please sign in to comment.