Skip to content

Commit 4abf2df

Browse files
authored
Fix version in version.php
1 parent 288e265 commit 4abf2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

27-
$plugin->version = 2024161200;
27+
$plugin->version = 2024121600;
2828
$plugin->requires = 2021051700; // Moodle 3.11.
2929
$plugin->component = 'availability_mobileapp';
3030
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)