Skip to content

Commit 0f07f03

Browse files
committed
weekly release 3.6.5+
1 parent 600b85f commit 0f07f03

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
@@ -29,11 +29,11 @@
2929

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

32-
$version = 2018120305.05; // 20181203 = branching date YYYYMMDD - do not modify!
32+
$version = 2018120305.06; // 20181203 = branching date YYYYMMDD - do not modify!
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
3535

36-
$release = '3.6.5+ (Build: 20190801)'; // Human-friendly version name
36+
$release = '3.6.5+ (Build: 20190809)'; // Human-friendly version name
3737

3838
$branch = '36'; // This version's branch.
3939
$maturity = MATURITY_STABLE; // This version's maturity level.

0 commit comments

Comments
 (0)