diff options
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php index 14a0abe..81e6499 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,6 @@ defined("MOODLE_INTERNAL") || die(); $plugin->component = "local_billingpatch"; $plugin->maturity = MATURITY_ALPHA; -$plugin->release = "0.0.0 (Build: 2013110500)"; +$plugin->release = "0.0.1 (Build: 2017112100)"; $plugin->requires = 2013110500; -$plugin->version = 2013110500;
\ No newline at end of file +$plugin->version = 2017112100;
\ No newline at end of file |