Skip to content

Commit f64caee

Browse files
committed
Bump version
1 parent 3321d01 commit f64caee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The present file will list all changes made to the project; according to the
44
[Keep a Changelog](http://keepachangelog.com/) project.
55

6-
## [10.0.15] unreleased
6+
## [10.0.15] 2024-04-24
77

88
### Added
99

Diff for: inc/define.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
use Glpi\SocketModel;
3737

3838
// Current version of GLPI
39-
define('GLPI_VERSION', '10.0.15-dev');
39+
define('GLPI_VERSION', '10.0.15');
4040

4141
$schema_file = sprintf('%s/install/mysql/glpi-empty.sql', GLPI_ROOT);
4242
define(

0 commit comments

Comments
 (0)