Skip to content

Commit 79bd60b

Browse files
committed
weekly release 3.7.1+
1 parent 03667ba commit 79bd60b

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 = 2019052001.05; // 20190520 = branching date YYYYMMDD - do not modify!
32+
$version = 2019052001.06; // 20190520 = branching date YYYYMMDD - do not modify!
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
3535

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

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

0 commit comments

Comments
 (0)