Skip to content

Commit 04594c9

Browse files
committed
Bump version
1 parent 85b8d8a commit 04594c9

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.12] unreleased
6+
## [10.0.12] 2024-02-01
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.12-dev');
39+
define('GLPI_VERSION', '10.0.12');
4040

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

0 commit comments

Comments
 (0)