Skip to content

Commit e00c80b

Browse files
committedJun 17, 2019
Bump version number
1 parent 22e55e4 commit e00c80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

27-
$plugin->version = 2019061400; // The current plugin version (Date: YYYYMMDDXX).
27+
$plugin->version = 2019061401; // The current plugin version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2016052300; // Requires this Moodle version.
2929
$plugin->component = 'filter_applink'; // Full name of the plugin (used for diagnostics).
3030
$plugin->release = '1.0.0';

0 commit comments

Comments
 (0)
Please sign in to comment.