Skip to content

Commit 53ab0b1

Browse files
committed
Minor - Update version stability
1 parent d713cbf commit 53ab0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/install/version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* Variables used from the main/install/index.php
1515
*/
1616
$new_version = '1.11.6';
17-
$new_version_status = 'alpha';
17+
$new_version_status = 'stable';
1818
$new_version_last_id = 0;
19-
$new_version_stable = false;
19+
$new_version_stable = true;
2020
$new_version_major = false;
2121
$software_name = 'Chamilo';
2222
$software_url = 'https://chamilo.org/';

0 commit comments

Comments
 (0)