Skip to content

Commit 019735b

Browse files
committed
Bump version
1 parent a1a3022 commit 019735b

File tree

4 files changed

+9296
-1
lines changed

4 files changed

+9296
-1
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
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
7+
8+
### Added
9+
10+
### Changed
11+
12+
### Deprecated
13+
14+
### Removed
15+
16+
### API changes
17+
18+
#### Added
19+
20+
#### Changes
21+
22+
#### Deprecated
23+
24+
#### Removed
25+
26+
627
## [10.0.14] 2024-03-14
728

829
### Added

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.14');
39+
define('GLPI_VERSION', '10.0.15-dev');
4040

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

0 commit comments

Comments
 (0)